]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt46602] Minor documentation changes
authorStephen Morris <stephen@isc.org>
Thu, 21 Dec 2017 18:18:17 +0000 (18:18 +0000)
committerStephen Morris <stephen@isc.org>
Fri, 16 Feb 2018 16:09:49 +0000 (16:09 +0000)
bin/tests/system/runall.sh
bin/tests/system/start.pl

index 26f86487928f70bdacb4c67969a9a0d2fbac8780..c28296dad7a4bd47f44628ecfabdd32a55d349c6 100644 (file)
@@ -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
index 3748f487e078ec31ff64f831f8c1d864bcca38c0..d946d4861fa847a0d7149aa46b92477efb7775be 100644 (file)
@@ -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 <port>] test-directory [server-directory [server-options]]";