aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-24 21:14:28 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-24 21:14:28 -0500
commit5bc0f51cebd001b6ba92cdd3e98e97111d96cccb (patch)
treec4e01e6f18482613975a5e9b55005095c20c75e5 /doc
parenta53c5648ea1b1d195f290f51450af2e9b05a3089 (diff)
downloaddejagnu-5bc0f51cebd001b6ba92cdd3e98e97111d96cccb.zip
dejagnu-5bc0f51cebd001b6ba92cdd3e98e97111d96cccb.tar.gz
dejagnu-5bc0f51cebd001b6ba92cdd3e98e97111d96cccb.tar.bz2
Add option to stop immediately at Tcl errors and continue by default
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi3
-rw-r--r--doc/runtest.16
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index cd8c4e9..49653ea 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -649,6 +649,9 @@ 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 e8913b1..ae04b6f 100644
--- a/doc/runtest.1
+++ b/doc/runtest.1
@@ -48,6 +48,9 @@ Do not run the specified tests.
.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.
@@ -59,9 +62,6 @@ Emit Expect output to standard output.
.BI --mail \ \'name1\ name2\ ...\'
Electronic mail addresses to receive test results.
.TP
-.BI --name \ HOSTNAME
-The network HOSTNAME of the target board.
-.TP
.BI --objdir \ PATH
\fIPATH\fR is a directory containing compiled test code.
.TP