Browse Source

* runtest.exp (runtest): Improve comment about --status.

dejagnu-1.6
Ben Elliston 10 years ago
parent
commit
718f1a12b9
  1. 4
      ChangeLog
  2. 4
      runtest.exp

4
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

4
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 } {

Loading…
Cancel
Save