]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update run system test doc
authorMatthijs Mekking <matthijs@isc.org>
Thu, 30 Apr 2020 07:33:07 +0000 (09:33 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 30 Apr 2020 08:19:07 +0000 (10:19 +0200)
doc/dev/dev.md

index ba4f530721253004c6ea74267e44ce450e84959a..7dfef18cedeb50b954b84af1d93fbdb19f494938 100644 (file)
@@ -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>