IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2023, 5:13:12 PM (3 years ago)
Author:
eugene
Message:

some tweaks after trying on 20100427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/rawfix.md5sum_s2.pt

    r42415 r42417  
    171171  # dump stdout / stderr to a file on failure?
    172172  task.exit 0
    173     nights.mdsum.exit OK
    174   end
    175 
    176   # exit values other than 0:
    177   task.exit    default
    178     nights.mdsum.exit FAIL
    179     showcommand failure
    180   end
    181 
    182   task.exit    crash
    183     nights.mdsum.exit CRASH
    184     showcommand crash
    185   end
    186 
    187   # operation times out?
    188   task.exit    timeout
    189     nights.mdsum.exit TIMEOUT
     173    nights.md5sum_s2.exit OK
     174  end
     175
     176  # exit values other than 0:
     177  task.exit    default
     178    nights.md5sum_s2.exit FAIL
     179    showcommand failure
     180  end
     181
     182  task.exit    crash
     183    nights.md5sum_s2.exit CRASH
     184    showcommand crash
     185  end
     186
     187  # operation times out?
     188  task.exit    timeout
     189    nights.md5sum_s2.exit TIMEOUT
    190190    showcommand timeout
    191191  end
     
    257257######################### UTILITIES #################################
    258258
    259 macro nights.mdsum.exit
     259macro nights.md5sum_s2.exit
    260260  if ($0 != 2)
    261     echo "USAGE: nights.mdsum.exit (quality)"
     261    echo "USAGE: nights.md5sum_s2.exit (quality)"
    262262    break
    263263  end
Note: See TracChangeset for help on using the changeset viewer.