From 081e90a8e51099a7513e77329eb604763f6f4df7 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 17 Aug 2011 16:32:48 +0200 Subject: [PATCH] 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. --- ChangeLog | 9 +++++++++ lib/tap-driver.pl | 2 +- lib/tap-driver.sh | 2 +- lib/test-driver | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index bfd156f1b..3fefbd39f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-08-17 Stefano Lattarini + + 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 tap: add a dummy TAP driver script implemented in shell + awk 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." . diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh index 462cf70f6..322e3c4f3 100755 --- a/lib/tap-driver.sh +++ b/lib/tap-driver.sh @@ -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 } diff --git a/lib/test-driver b/lib/test-driver index 8522a49d9..b89107c05 100755 --- a/lib/test-driver +++ b/lib/test-driver @@ -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 } -- 2.47.2