summaryrefslogtreecommitdiff
path: root/Build/source/build-aux/test-driver
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-22 16:47:19 +0000
committerKarl Berry <karl@freefriends.org>2020-11-22 16:47:19 +0000
commit4f1816bf8794c199af19c0bcb1c1ba61d1b5457f (patch)
treeb22c0f321761f8804dce758b838f7aa2f1b11ef6 /Build/source/build-aux/test-driver
parent27ed020d0b8e679ae203d7e2d322bff3801abb23 (diff)
test-driver sync for new automake-1.16.3
git-svn-id: svn://tug.org/texlive/trunk@56981 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux/test-driver')
-rwxr-xr-xBuild/source/build-aux/test-driver8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/build-aux/test-driver b/Build/source/build-aux/test-driver
index 89dba1e075c..9759384aa72 100755
--- a/Build/source/build-aux/test-driver
+++ b/Build/source/build-aux/test-driver
@@ -42,11 +42,13 @@ print_usage ()
{
cat <<END
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-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 [TEST-SCRIPT-ARGUMENTS]
+
The '--test-name', '--log-file' and '--trs-file' options are mandatory.
+See the GNU Automake documentation for information.
END
}