Document new system test output format after build system rewrite

Fixup to MR !985.
This commit is contained in:
Petr Špaček 2021-01-05 15:32:33 +01:00
parent dac41968a9
commit 631ee58010
No known key found for this signature in database
GPG key ID: ABD587CDF06581AE

View file

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