From 7f6ad933d6d7d00ff7d9cb1388cf350ecae10f10 Mon Sep 17 00:00:00 2001 From: Dumitru Uzun Date: Thu, 27 Feb 2020 21:34:53 +0200 Subject: [PATCH] Fix container name and test name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f447a4a..d1badb3 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To test the RNG, we just pipe the output of the script to test `testu01_gateway` executable in the docker image: ```bash -python3 test_rng_example.py | docker run -it blep/TESTU01_gateway:latest --smallcrunch +python3 test_rng_example.py | docker run --rm -it blep/test01:latest --small-crush ``` ## Command-line @@ -80,4 +80,4 @@ mkdir build && cd build && cmake -G "Unix Makefiles" .. && make Content of this repository has the MIT license. -It relies on TestU01 library that has owns [license](http://simul.iro.umontreal.ca/testu01/copyright.html). +It relies on TestU01 library that has its own [license](http://simul.iro.umontreal.ca/testu01/copyright.html).