summaryrefslogtreecommitdiff
path: root/lib/test-driver
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-30 21:32:20 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-30 21:32:20 +0200
commite18ac4b80c7817b124880f007ba1c796f8ac9794 (patch)
tree709b7010255abd8872170abdbdee4d6559df8049 /lib/test-driver
parent848744c8189abdba50d0fdf5dbd2a713ac210632 (diff)
parentc49475046c64789daf647f2b566be8fe49aced72 (diff)
downloadautomake-e18ac4b80c7817b124880f007ba1c796f8ac9794.tar.gz
Merge branch 'maint'
* maint: parallel-tests: "recheck" behaves better in case of compilation failures scripts: quote 'like this', not `like this' Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/test-driver')
-rwxr-xr-xlib/test-driver6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/test-driver b/lib/test-driver
index e70a930a1..53e19b814 100755
--- a/lib/test-driver
+++ b/lib/test-driver
@@ -1,7 +1,7 @@
#! /bin/sh
# test-driver - basic testsuite driver script.
-scriptversion=2012-05-18.16; # UTC
+scriptversion=2012-06-27.10; # UTC
# Copyright (C) 2011-2012 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', \`--log-file' and \`--trs-file' options are mandatory.
+The '--test-name', '--log-file' and '--trs-file' options are mandatory.
END
}
@@ -74,7 +74,7 @@ while test $# -gt 0; do
done
if test $color_tests = yes; then
- # Keep this in sync with `lib/am/check.am:$(am__tty_colors)'.
+ # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
red='' # Red.
grn='' # Green.
lgn='' # Light green.