aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:08:36 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:08:36 -0500
commit9dac619a001d495a517ec0807b0529be5e3d62e6 (patch)
tree0cbf29b877bf6fc4c7e5d84bf520a28c1f7b5697 /doc
parent4348c51f4e587974e1da5a32cd8cf1e0097ff8fd (diff)
parent61dc0cafad8845b3c668940ed2e574bd503d410f (diff)
Merge branch 'PR41918'
Conflicts: ChangeLog
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi5
-rw-r--r--doc/runtest.13
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 85b2f58..8f23250 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -385,6 +385,11 @@ A test depends on a previous test, which has failed.
@item
The test was set up incorrectly.
+
+@item
+A test script aborts due to a Tcl error. In this case, the DejaGnu
+framework inserts an @emph{UNRESOLVED} result as a placeholder for an
+unknown number of tests that were not run because the script crashed.
@end itemize
@table @asis
diff --git a/doc/runtest.1 b/doc/runtest.1
index d043ee7..d48f992 100644
--- a/doc/runtest.1
+++ b/doc/runtest.1
@@ -56,9 +56,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