aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-26 20:31:13 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-26 20:31:13 -0500
commita149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b (patch)
treee89b796418bab076bec6f509170698b441ea9846 /NEWS
parent2c7ae2526ba1e297adb2c013c6ddb5dfaea09f9d (diff)
downloaddejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.zip
dejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.tar.gz
dejagnu-a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b.tar.bz2
Withdraw proposed --keep_going and --no_keep_going options
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 0 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index dcb731f..2701d96 100644
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,6 @@ X. runtest now responds consistently to all Tcl errors and generates an
UNRESOLVED result when a test script aborts. Previously, calling an
undefined procedure would cause the test run to abort while other Tcl
errors produced only an easily-ignored message.
-X. runtest now accepts a --keep_going option to continue with other test
- scripts after a test script fails with a Tcl error. If you have
- automated systems that run tests and need to carry on after Tcl errors,
- now is the time to add this option to your configuration.
-X. runtest now accepts a --no_keep_going option to stop immediately when a
- test script aborts. This is planned to become the default in 1.7.
3. A utility procedure relative_filename has been added. This procedure
computes a relative file name to a given destination from a given base.
4. The utility procedure 'grep' now accepts a '-n' option that