Changeset 6231 for branches/1.7/lang
- Timestamp:
- Apr 1, 2016 10:28:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7/lang/tcl/scripts/task.tcl
r6221 r6231 626 626 # non-zero exitcode. Consider this an invalid result from the 627 627 # program. Append the stderr from the program to the message. 628 if {$ code> 128} {628 if {$_job(exitcode) > 128} { 629 629 set logmesg "Program signaled: signal was [GetSignal $_job(exitcode)]" 630 630 } else {
Note: See TracChangeset
for help on using the changeset viewer.