Drop runall.sh

runall.sh was mainly used on Windows and as it's support was removed
from the "main" branch the script is not needed anymore.

Also, remove bin/tests/system/README text on running multiple system
test suites simultaneously with runall.sh as that support was not
present in the script anyway.
This commit is contained in:
Michal Nowak
2022-01-18 19:39:37 +01:00
parent b983df403a
commit 5d2dd94cf8
4 changed files with 9 additions and 159 deletions

View File

@@ -155,11 +155,6 @@ To run only the system tests, omitting unit tests:
$ make test
Or:
$ cd bin/tests/system
$ sh runall.sh
To run an individual system test:
$ make -C bin/tests/system/ check TESTS=<testname> V=1