[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73-at-init-help.patch
From: |
Akim Demaille |
Subject: |
73-at-init-help.patch |
Date: |
Thu, 14 Dec 2000 09:55:32 +0100 |
Index: ChangeLog
from Akim Demaille <address@hidden>
* tests/atgeneral.m4 (AT_INIT): Forget about `-n'.
Adjust so that `./testsuite -h 1 2' explains only tests 1 & 2.
Index: tests/atgeneral.m4
--- tests/atgeneral.m4 Wed, 13 Dec 2000 19:17:47 +0100 akim
(ace/b/19_atgeneral. 1.40 644)
+++ tests/atgeneral.m4 Wed, 13 Dec 2000 21:05:54 +0100 akim
(ace/b/19_atgeneral. 1.40 644)
@@ -114,9 +114,6 @@ m4_define([AT_banner_ordinal], 0)
# -e sets to true
at_stop_on_error=false
-# Shall we save and check stdout and stderr?
-# -n sets to false
-at_check_stds=:
# Shall we be verbose?
at_verbose=:
# Shall we keep the debug scripts? Must be `:' when testsuite is
@@ -131,14 +128,13 @@ m4_define([AT_banner_ordinal], 0)
while test $[#] -gt 0; do
case $[1] in
- --help | -h) at_help=:; break ;;
+ --help | -h) at_help=: ;;
--version) echo "$[0] ($at_package) $at_version"; exit 0 ;;
-d) at_debug=:;;
-e) at_stop_on_error=:;;
- -n) at_check_stds=false;;
-v) at_verbose=echo;;
- -x) at_traceon='set -vx'; at_traceoff='set +vx'; at_check_stds=false;;
+ -x) at_traceon='set -vx'; at_traceoff='set +vx';;
[[0-9] | [0-9][0-9] | [0-9][0-9][0-9] | [0-9][0-9][0-9][0-9]])
at_tests="$at_tests$[1] ";;
@@ -159,11 +155,10 @@ m4_define([AT_banner_ordinal], 0)
Run all the tests, or the selected TESTS.
Options:
- -h Display this help message and the list of tests
+ -h Display this help message and the description of TESTS
-e Abort the full suite and inhibit normal clean up if a test fails
- -n Do not redirect stdout and stderr and do not test their contents
-v Force more detailed output, default for debugging scripts
- -x Have the shell to trace command execution; also implies option -n
+ -x Have the shell to trace command execution
Tests:
EOF
- 73-at-init-help.patch,
Akim Demaille <=