summaryrefslogtreecommitdiff
path: root/conftools/test-driver
diff options
context:
space:
mode:
Diffstat (limited to 'conftools/test-driver')
-rwxr-xr-xconftools/test-driver8
1 files changed, 5 insertions, 3 deletions
diff --git a/conftools/test-driver b/conftools/test-driver
index 89dba1e0..9759384a 100755
--- a/conftools/test-driver
+++ b/conftools/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
}