[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: docs: test-driver options do no
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: docs: test-driver options do not accept =, update --help. |
Date: |
Wed, 08 Apr 2020 21:07:22 -0400 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=6cfd9401c5d6b4a6fce1318d50a6ec34fdd4799a
The following commit(s) were added to refs/heads/master by this push:
new 6cfd940 docs: test-driver options do not accept =, update --help.
6cfd940 is described below
commit 6cfd9401c5d6b4a6fce1318d50a6ec34fdd4799a
Author: Samuel Tardieu <address@hidden>
AuthorDate: Wed Apr 8 18:07:10 2020 -0700
docs: test-driver options do not accept =, update --help.
This change fixes https://bugs.gnu.org/22445.
* lib/test-driver (print_usage): space after --test-name,
--log-file, --trs-file, not =. Also mention Automake as source.
---
lib/test-driver | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/lib/test-driver b/lib/test-driver
index 89dba1e..9759384 100755
--- a/lib/test-driver
+++ b/lib/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
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: docs: test-driver options do not accept =, update --help.,
Karl Berry <=