From f7dea4fbb09dba4129b1621829f534e6507653f7 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Fri, 19 Jun 2020 14:36:58 +0200 Subject: 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. --- NEWS | 7 +++---- 1 file 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 -- cgit v1.1