* runtest.exp (runtest): Improve comment about --status.
authorBen Elliston <bje@gnu.org>
Fri, 15 Jan 2016 20:31:19 +0000 (07:31 +1100)
committerBen Elliston <bje@gnu.org>
Fri, 15 Jan 2016 20:31:19 +0000 (07:31 +1100)
ChangeLog
runtest.exp

index 8818dcd..4b6c937 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-16  Ben Elliston  <bje@gnu.org>
+
+       * runtest.exp (runtest): Improve comment about --status.
+
 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
 
        * lib/remote.exp (standard_file): The [ operator does not actually
index 08927bf..58a016b 100644 (file)
@@ -1472,8 +1472,8 @@ proc runtest { test_file_name } {
        }
 
        if { [catch "uplevel #0 source $test_file_name"] == 1 } {
-           # If we have a Tcl error, propogate the exit status do make
-           # notices the error.
+           # If we have a Tcl error, propagate the exit status so
+           # that 'make' (if it invokes runtest) notices the error.
            global exit_status exit_error
            # exit error is set by a command line option
            if { $exit_status == 0 } {