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 bfd156f..3fefbd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 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 The user can also now decide which implementation of the TAP driver to use in the testsuite by defining the `$am_tap_implementation' diff --git a/lib/tap-driver.pl b/lib/tap-driver.pl index e5a4c6d..6d42b22 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 462cf70..322e3c4 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 8522a49..b89107c 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.7.4