Changeset 10723 for trunk/ippTasks/detrend.stack.pro
- Timestamp:
- Dec 14, 2006, 8:11:35 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.stack.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.stack.pro
r10692 r10723 53 53 54 54 task.exec 55 command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20} 55 # command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20} 56 command dettool -tostacked -simple 56 57 end 57 58 … … 83 84 # locked list 84 85 task.exit default 85 if ($VERBOSE) 86 echo "detrend.stack: failure" 87 end 86 showcommand failure 88 87 end 89 88 90 89 # operation times out? 91 90 task.exit timeout 92 if ($VERBOSE) 93 echo "detrend.stack: timeout" 94 end 91 showcommand timeout 95 92 end 96 93 end … … 153 150 # default exit status 154 151 task.exit default 155 if ($VERBOSE) 156 echo "failure detrend_stack.pl $options:0" 157 end 152 showcommand failure 158 153 queuepush DetrendStackClass -replace -key 1:2:4 "FAIL $options:0" 159 154 $DetrendStackClassFail ++ … … 162 157 # operation times out? 163 158 task.exit timeout 164 if ($VERBOSE) 165 echo "failure detrend_stack.pl $options:0" 166 end 159 showcommand timeout 167 160 queuepush DetrendStackClass -replace -key 1:2:4 "TIMEOUT $options:0" 168 161 $DetrendStackClassFail ++
Note:
See TracChangeset
for help on using the changeset viewer.
