aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-26 22:05:45 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-26 22:05:45 -0600
commit999b7c0475d5f31c9fc29be58a97078bf6f0f2ec (patch)
tree35b3f9c43abfbda98f898ff23e189fa56a4015bb /doc
parentd747eee6ec891425846ea9c21819d9c2ea48ed34 (diff)
Add explicit end-of-test marker to DejaGnu unit test protocol
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index c2b791f..62207b7 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -10,7 +10,7 @@
@copying
@c man begin COPYRIGHT
-Copyright @copyright{} 1992-2020 Free Software Foundation, Inc.
+Copyright @copyright{} 1992-2020, 2022 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -2538,6 +2538,12 @@ This will cause @i{text} to be printed at verbose levels 2 and higher.
These indicate simple test results.
+@print{}@t{@ @ @ @ @ @ @ @ END: }@i{text}
+
+This indicates that the test case is complete. All subsequent output
+from the test is ignored. A warning is produced if the test case
+closes its output without producing this line.
+
Note that all output from a unit test program, including the lines
recognized and interpreted by DejaGnu, appears in the log.