]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
parallel-tests: fix help screen for test driver scripts
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 17 Aug 2011 14:32:48 +0000 (16:32 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 17 Aug 2011 14:36:31 +0000 (16:36 +0200)
* lib/tap-driver.pl ($USAGE): The `--trs-file' option is mandatory
too.
* lib/tap-driver.sh (print_usage): Likewise.
* lib/test-driver (print_usage): Likewise.
($scriptversion): Update.

ChangeLog
lib/tap-driver.pl
lib/tap-driver.sh
lib/test-driver

index bfd156f1b078e8d3d1a5a1dfa74a0522d9f0eae9..3fefbd39f5a8b2cdc4efd00db518945d7f5f8014 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-08-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       parallel-tests: fix help screen for test driver scripts
+       * lib/tap-driver.pl ($USAGE): The `--trs-file' option is mandatory
+       too.
+       * lib/tap-driver.sh (print_usage): Likewise.
+       * lib/test-driver (print_usage): Likewise.
+       ($scriptversion): Update.
+
 2011-08-17  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tap: add a dummy TAP driver script implemented in shell + awk
index e5a4c6dad8812fac73fb46dab1fc5a75dbd1af22..6d42b22554056fd6f1cff197f1b0fe3ed5af3b01 100755 (executable)
@@ -20,7 +20,7 @@ Usage:
              [--enable-hard-errors={yes|no}] [--ignore-exit]
              [--diagnostic-string=STRING] [--merge|--no-merge]
              [--comments|--no-comments] [--] TEST-COMMAND
-The `--test-name' and `--log-file' options are mandatory.
+The `--test-name', `--log-file' and `--trs-file' options are mandatory.
 END
 
 my $HELP = "$ME: TAP-aware test driver for Automake testsuite harness." .
index 462cf70f647b69434209d995afa6b515dfd737fa..322e3c4f3703dbf01faca9b5bdd26ec7e220087c 100755 (executable)
@@ -51,7 +51,7 @@ Usage:
              [--enable-hard-errors={yes|no}] [--ignore-exit]
              [--diagnostic-string=STRING] [--merge|--no-merge]
              [--comments|--no-comments] [--] TEST-COMMAND
-The \`--test-name' and \`--log-file' options are mandatory.
+The \`--test-name', \`--log-file' and \`--trs-file' options are mandatory.
 END
 }
 
index 8522a49d972ef7672a4d450776141d032e9096ad..b89107c053cb10d4117db096337cd77d559616c9 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # test-driver - basic driver script for the `parallel-tests' mode.
 
-scriptversion=2011-08-04.22; # UTC
+scriptversion=2011-08-17.14; # UTC
 
 # Copyright (C) 2011 Free Software Foundation, Inc.
 #
@@ -45,7 +45,7 @@ Usage:
   test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
               [--expect-failure={yes|no}] [--color-tests={yes|no}]
               [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
-The \`--test-name' and \`--log-file' options are mandatory.
+The \`--test-name', \`--log-file' and \`--trs-file' options are mandatory.
 END
 }