From: Matthijs Mekking Date: Thu, 30 Apr 2020 07:33:07 +0000 (+0200) Subject: Update run system test doc X-Git-Tag: v9.17.2~111^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ac7644f4124b8ffbfb070b1504162c112f3b9fca;p=thirdparty%2Fbind9.git Update run system test doc --- diff --git a/doc/dev/dev.md b/doc/dev/dev.md index ba4f5307212..7dfef18cede 100644 --- a/doc/dev/dev.md +++ b/doc/dev/dev.md @@ -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= V=1 + +Or: + + $ TESTS= make -e all check $ cd bin/tests/system $ sh run.sh