fix(QA): rundocker.sh => rundocker.bash

H/T @lorenzoPrimi
This commit is contained in:
Simone Basso 2022-09-08 10:09:30 +02:00 committed by GitHub
parent 39cb5959c9
commit 596eab4a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.