IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 18, 2010, 12:28:32 PM (16 years ago)
Author:
Paul Price
Message:

Only revert failures with fault=2 (SYS_ERROR), which tend to be
temporary filesystem problems. Every other fault type is interesting
and should be kept for debugging (and so it doesn't continue to
occur).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/diff.pro

    r26985 r26987  
    416416  task.exec
    417417    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
    419423    if ($DB:n == 0)
    420424      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.