aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 619f0ff..abae60b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,10 @@ Changes since 1.6.2:
should use this proc. The 'is_remote' proc is deprecated.
2. runtest now accepts --local_init and --global_init options to override
the default of reading "site.exp". See the manual for details.
+X. runtest now aborts if a test script fails with any Tcl error. Previously,
+ only calling an undefined procedure would cause the test run to abort.
X. runtest now accepts a --keep_going option to continue with other test
- scripts after a test script invokes an undefined command.
-X. Unless the --keep_going option is used, runtest now aborts if a test
- script fails with any Tcl error. Previously, only calling an undefined
- procedure would cause the test run to abort.
+ scripts after a test script fails with a Tcl error.
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