mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 22:28:34 -04:00
Update run system test doc
This commit is contained in:
parent
188631fdd9
commit
ac7644f412
1 changed files with 6 additions and 1 deletions
|
|
@ -153,8 +153,13 @@ To run only the system tests, omitting unit tests:
|
|||
$ cd bin/tests/system
|
||||
$ 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
|
||||
$ sh run.sh <testname>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue