From: Stephen Morris Date: Thu, 21 Dec 2017 18:18:17 +0000 (+0000) Subject: [rt46602] Minor documentation changes X-Git-Tag: v9.11.4rc1~113^2~20 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4731a82eefbe5bfcc655550a24ef14af37dfe3b1;p=thirdparty%2Fbind9.git [rt46602] Minor documentation changes (cherry picked from commit cdf18a5009cd5d9f99e3445ed2b9a37005121770) --- diff --git a/bin/tests/system/runall.sh b/bin/tests/system/runall.sh index 26f86487928..c28296dad7a 100644 --- a/bin/tests/system/runall.sh +++ b/bin/tests/system/runall.sh @@ -9,10 +9,13 @@ # Run all the system tests. # # Usage: -# runall.sh [numprocesses] +# runall.sh [-n] [numprocesses] # -# ...where numprocess is the number of processes to use. The default is 1, -# which runs the tests sequentially. +# -n Noclean. Keep all output files produced by all tests. These +# can later be removed by running "cleanall.sh". +# +# numprocess Number of simultaneous processes to use when running the tests. +# The default is one, which causes the tests to run sequentially. SYSTEMTESTTOP=. . $SYSTEMTESTTOP/conf.sh diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index b9b4324e2ba..182ca203a8b 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -17,7 +17,7 @@ use Cwd 'abs_path'; use Getopt::Long; # Usage: -# perl start.pl [--noclean] [--restart] [--port port] test [server [options]] +# perl start.pl [--noclean] [--restart] [--port port] test [server [options]] # # --noclean Do not cleanup files in server directory. # @@ -47,8 +47,8 @@ use Getopt::Long; # ALSO NOTE: this variable will be filled with the contents # of the first non-commented/non-blank line of args in a file # called "named.args" in an ns*/ subdirectory. Only the FIRST -# non-commented/non-blank line is used (everything else in the -# file is ignored). If "options" is already set, then +# non-commented/non-blank line is used (everything else in +# the file is ignored). If "options" is already set, then # "named.args" is ignored. my $usage = "usage: $0 [--noclean] [--restart] [--port ] test-directory [server-directory [server-options]]";