2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00

Update run system test doc

This commit is contained in:
Matthijs Mekking 2020-04-30 09:33:07 +02:00
parent 188631fdd9
commit ac7644f412

View File

@ -153,8 +153,13 @@ To run only the system tests, omitting unit tests:
$ cd bin/tests/system $ cd bin/tests/system
$ sh runall.sh $ sh runall.sh
Or, to run an individual system test: To run an individual system test:
$ make -C bin/tests/system/ check TESTS=<testname> V=1
Or:
$ TESTS= make -e all check
$ cd bin/tests/system $ cd bin/tests/system
$ sh run.sh <testname> $ sh run.sh <testname>