]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document new system test output format after build system rewrite
authorPetr Špaček <pspacek@isc.org>
Tue, 5 Jan 2021 14:32:33 +0000 (15:32 +0100)
committerPetr Špaček <pspacek@isc.org>
Tue, 18 Jan 2022 16:12:32 +0000 (17:12 +0100)
Fixup to MR !985.

doc/dev/dev.md

index 1c4e6e6d1efaec0268e78499639df5fa6b3852de..9da3b9f1a4f5653a3f6b224b6fa50e0efbeaeda0 100644 (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