aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 311af67..c9d6673 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,9 @@ Changes since 1.5.3:
can be put back in the distribution.
3. 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.
+ abort with exit status code 2. The --status option has been
+ removed from the documentation, but will continue to be accepted
+ for backward compatibility.
4. 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.