aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-01-16 07:31:19 +1100
committerBen Elliston <bje@gnu.org>2016-01-16 07:31:19 +1100
commit718f1a12b95e10312ccda959e00547d233b0d9e8 (patch)
treef281dd95ed3ae894dd0e31f10dcabb4db02965a0 /runtest.exp
parent9d2158eb167756e61aae8e91754d6efcf1ee5fb5 (diff)
downloaddejagnu-718f1a12b95e10312ccda959e00547d233b0d9e8.zip
dejagnu-718f1a12b95e10312ccda959e00547d233b0d9e8.tar.gz
dejagnu-718f1a12b95e10312ccda959e00547d233b0d9e8.tar.bz2
* runtest.exp (runtest): Improve comment about --status.
Diffstat (limited to 'runtest.exp')
-rw-r--r--runtest.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtest.exp b/runtest.exp
index 08927bf..58a016b 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -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 } {