Changeset 27125
- Timestamp:
- Mar 1, 2010, 3:51:26 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/warp.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/warp.pro
r27005 r27125 483 483 task.exec 484 484 if ($LABEL:n == 0) break 485 $run = warptool -revertwarped 485 # Only revert failures with fault=2 (SYS_ERROR), which tend to be 486 # temporary filesystem problems. Every other fault type is 487 # interesting and should be kept for debugging (and so it doesn't 488 # continue to occur). 489 $run = warptool -revertwarped -fault 2 486 490 if ($DB:n == 0) 487 491 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
