aboutsummaryrefslogtreecommitdiff
path: root/doc/dejagnu.texi
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/dejagnu.texi
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/dejagnu.texi')
-rw-r--r--doc/dejagnu.texi3
1 files changed, 3 insertions, 0 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