aboutsummaryrefslogtreecommitdiff
path: root/doc/runtest.1
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/runtest.1
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/runtest.1')
-rw-r--r--doc/runtest.16
1 files changed, 3 insertions, 3 deletions
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