From 596eab4a421df9c64fbba793645c934539111ff3 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 8 Sep 2022 10:09:30 +0200 Subject: [PATCH] fix(QA): rundocker.sh => rundocker.bash H/T @lorenzoPrimi --- QA/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QA/README.md b/QA/README.md index 3422bff..4cf315d 100644 --- a/QA/README.md +++ b/QA/README.md @@ -8,7 +8,7 @@ ensure that OONI implementations behave. These scripts work with miniooni. Run test in a suitable Docker container using: ```bash -./QA/rundocker.sh $nettest +./QA/rundocker.bash $nettest ``` Note that this will run a `--privileged` docker container.