aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2020-06-19 14:36:58 +0200
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-19 19:12:59 -0500
commitf7dea4fbb09dba4129b1621829f534e6507653f7 (patch)
tree2ff4c71d7e71caefa45169ce58b64abc57b35417
parentd45310cd257d399b8208fa9907f7c9f2f4ac7eda (diff)
Reword NEWS entries
[Following comments from Jacob Bachmeyer] The NEWS entries changed in this patch were originally written separately and had not been rethought when the general handling of Tcl errors was tightened. Another thanks to Tom de Vries for catching this.
-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