mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 14:49:20 -04:00
Document new system test output format after build system rewrite
Fixup to MR !985.
This commit is contained in:
parent
dac41968a9
commit
631ee58010
1 changed files with 5 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ To run the tests, build BIND (be sure to use --with-atf to run unit
|
|||
tests), then run `make` `check`. An easy way to check the results:
|
||||
|
||||
$ make check 2>&1 | tee /tmp/check.out
|
||||
$ grep '^R:' /tmp/check.out | sort | uniq -c
|
||||
$ grep -A 10 'Testsuite summary' /tmp/check.out
|
||||
|
||||
This will show all of the test results. One or two "R:SKIPPED" is okay; if
|
||||
there are a lot of them, then you probably forgot to create the loopback
|
||||
|
|
@ -153,6 +153,10 @@ unit tests, so you can't rely on it to catch everything.)
|
|||
|
||||
To run only the system tests, omitting unit tests:
|
||||
|
||||
$ make test
|
||||
|
||||
Or:
|
||||
|
||||
$ cd bin/tests/system
|
||||
$ sh runall.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue