aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-26 20:31:13 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-26 20:31:13 -0500
commita149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b (patch)
treee89b796418bab076bec6f509170698b441ea9846 /doc
parent2c7ae2526ba1e297adb2c013c6ddb5dfaea09f9d (diff)
downloaddejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.zip
dejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.tar.gz
dejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.tar.bz2
Withdraw proposed --keep_going and --no_keep_going options
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi8
-rw-r--r--doc/runtest.16
2 files changed, 0 insertions, 14 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 49653ea..bb386e8 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -644,14 +644,6 @@ The host board to use.
@item @code{--ignore [tests(s)] }
The name(s) of specific tests to ignore.
-@item @code{--keep_going}
-Continue testing when test scripts encounter recoverable fatal errors.
-Such errors always cause the offending test script to abort
-immediately, but DejaGnu may be able to continue with the next script.
-
-@item @code{--no_keep_going}
-Stop testing immediately when test scripts encounter fatal errors.
-
@item @code{--local_init [name]}
Use @emph{name} as the testsuite local init file instead of
@file{site.exp} in the current directory and in @emph{objdir}. The
diff --git a/doc/runtest.1 b/doc/runtest.1
index ae04b6f..d48f992 100644
--- a/doc/runtest.1
+++ b/doc/runtest.1
@@ -45,12 +45,6 @@ The host board definition to use.
.BI --ignore \ test1.exp\ test2.exp\ ...
Do not run the specified tests.
.TP
-.B --keep_going
-Do not abort test run if a test script encounters a fatal error.
-.TP
-.B --no_keep_going
-Stop immediately if a test script encounters a fatal error.
-.TP
.BI --local_init \ NAME
The NAME to use for the testsuite local init file in both the current
directory and objdir.