summaryrefslogtreecommitdiff
path: root/lib/tap-driver.pl
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-08-17 16:32:48 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-08-17 16:36:31 +0200
commit081e90a8e51099a7513e77329eb604763f6f4df7 (patch)
treec43bfc59661cba56ec0914b268d35d98b0622573 /lib/tap-driver.pl
parent51f413e99a4254139b40294bc808d614b755a35b (diff)
downloadautomake-081e90a8e51099a7513e77329eb604763f6f4df7.tar.gz
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.
Diffstat (limited to 'lib/tap-driver.pl')
-rwxr-xr-xlib/tap-driver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tap-driver.pl b/lib/tap-driver.pl
index e5a4c6dad..6d42b2255 100755
--- a/lib/tap-driver.pl
+++ b/lib/tap-driver.pl
@@ -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." .