Changeset 10675 for trunk/ippTasks/phase0.pro
- Timestamp:
- Dec 12, 2006, 5:29:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/phase0.pro (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/phase0.pro
r10674 r10675 16 16 17 17 $Phase0ImfileFail = 0 18 $Phase0ExpFail = 0 18 19 19 20 if ($?LOGDIR == 0) … … 28 29 # compare the new list with the ones already selected 29 30 task phase0.imfile.load 30 #command p0tool -pendingimfile -simple31 command p0tool -pendingimfile -simple 31 32 host local 32 33 … … 39 40 40 41 task.exec 41 command p0tool.sh{$Phase0ImfileFail + 20}42 command p0tool -pendingimfile -simple -limit {$Phase0ImfileFail + 20} 42 43 end 43 44 … … 45 46 task.exit 0 46 47 local i Nqueue 47 48 # save stdout and stderr49 48 50 49 # compare output with Phase0Imfiles queue 51 50 # only add entries which don't exist in queue 52 51 queuesize stdout -var Nqueue 53 for i 0 {$Nqueue << 20}52 for i 0 $Nqueue 54 53 queuepop stdout -var line 55 54 echo $line … … 154 153 # compare the new list with the ones already selected 155 154 task phase0.exp.load 156 command p0tool -pendingexp -simple157 155 host local 158 156 … … 163 161 stdout $LOGSUBDIR/phase0.exp.log 164 162 stderr $LOGSUBDIR/phase0.exp.log 163 164 task.exec 165 command p0tool -pendingexp -simple -limit {$Phase0ExpFail + 20} 166 end 165 167 166 168 # success … … 253 255 task.exit default 254 256 queuepush Phase0Exposures -replace -key 1 "FAIL $options:0" 257 $Phase0ExpFail 255 258 end 256 259
Note:
See TracChangeset
for help on using the changeset viewer.
