Changeset 6231 for branches/1.7/lang


Ignore:
Timestamp:
Apr 1, 2016, 10:28:56 AM (8 years ago)
Author:
gah
Message:

fix: code to _job(exitcode) in task.tcl, add -nosim configuration option to pager, use -nosim in analyzer to prevent automatically simulating when switching pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.7/lang/tcl/scripts/task.tcl

    r6221 r6231  
    626626            # non-zero exitcode.  Consider this an invalid result from the
    627627            # program.  Append the stderr from the program to the message.
    628             if {$code > 128} {
     628            if {$_job(exitcode) > 128} {
    629629                set logmesg "Program signaled: signal was [GetSignal $_job(exitcode)]"
    630630            } else {
Note: See TracChangeset for help on using the changeset viewer.