IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27125


Ignore:
Timestamp:
Mar 1, 2010, 3:51:26 PM (16 years ago)
Author:
Paul Price
Message:

Only revert uninteresting SYS_ERROR warp errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r27005 r27125  
    483483  task.exec
    484484    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
    486490    if ($DB:n == 0)
    487491      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.