Changeset 26987
- Timestamp:
- Feb 18, 2010, 12:28:32 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/diff.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/diff.pro
r26985 r26987 416 416 task.exec 417 417 if ($LABEL:n == 0) break 418 $run = difftool -revertdiffskyfile 418 # Only revert failures with fault=2 (SYS_ERROR), which tend to be 419 # temporary filesystem problems. Every other fault type is 420 # interesting and should be kept for debugging (and so it doesn't 421 # continue to occur). 422 $run = difftool -revertdiffskyfile -fault 2 419 423 if ($DB:n == 0) 420 424 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
