aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-02-17 04:28:23 +1100
committerBen Elliston <bje@gnu.org>2016-02-17 04:28:23 +1100
commit20e8dfb5d2cc2f63f654460543e9e65bb1323b9e (patch)
treea75a490cbaa0e87175f03e3be4c1d655e557be28 /NEWS
parent566e82586139ad0135b875f164e3c727e7d08fcb (diff)
downloaddejagnu-20e8dfb5d2cc2f63f654460543e9e65bb1323b9e.zip
dejagnu-20e8dfb5d2cc2f63f654460543e9e65bb1323b9e.tar.gz
dejagnu-20e8dfb5d2cc2f63f654460543e9e65bb1323b9e.tar.bz2
* runtest.exp: Enable --status by default.
(runtest): Set exit status to 2 if there is any error sourcing the Tcl scripts. * lib/framework.exp (unknown): Likewise, set exit status to 2. * doc/runtest.1: Clarify exit status codes. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d27189f..ac4b98f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
-* text -*-
-Changes since 1.5:
+Changes since 1.5.3:
+
+1. The --status command line option is now the default. This means
+ that any error in the testsuite Tcl scripts will cause runtest to
+ abort with exit status code 2.
+2. runtest now exits with exit code 0 if the testsuite "passed", 1 if
+ something unexpected happened (eg, FAIL, XPASS or UNRESOLVED), and
+ 2 if an exception is raised by the Tcl interpreter.
+3. runtest now exits with the standard exit codes of programs that are
+ terminated by the SIGINT, SIGTERM and SIGQUIT signals.
Changes since 1.4.4: