IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2006, 8:11:35 AM (20 years ago)
Author:
eugene
Message:

fixed for -limits and failure,timeout reporting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/phase0.pro

    r10692 r10723  
    7979  # locked list
    8080  task.exit    default
    81     if ($VERBOSE)
    82       echo "phase0 pending imfiles: failure"
    83     end
    84   end
    85 
    86   # operation times out?
    87   task.exit    timeout
    88     if ($VERBOSE)
    89       echo "phase0 pending imfiles: timeout"
    90     end
     81    showcommand
     82  end
     83
     84  # operation times out?
     85  task.exit    timeout
     86    showcommand
    9187  end
    9288end
     
    153149  # default exit status
    154150  task.exit    default
    155     if ($VERBOSE)
    156       echo "failure for phase0imfile.pl: $options:0"
    157     end
     151    showcommand
    158152    queuepush Phase0Imfiles -replace -key 1 "FAIL $options:0"
    159153    $Phase0ImfileFail ++
     
    162156  # operation times out?
    163157  task.exit    timeout
    164     if ($VERBOSE)
    165       echo "timeout for phase0imfile.pl: $options:0"
    166     end
     158    showcommand
    167159    queuepush Phase0Imfiles -replace -key 1 "TIMEOUT $options:0"
    168160    $Phase0ImfileFail ++
     
    222214  # default exit status
    223215  task.exit    default
    224     if ($VERBOSE)
    225       echo       "phase0 pending exp: failure"
    226     end
    227   end
    228 
    229   # operation times out?
    230   task.exit    timeout
    231     if ($VERBOSE)
    232       echo       "phase0 pending exp: timeout"
    233     end
     216    showcommand
     217  end
     218
     219  # operation times out?
     220  task.exit    timeout
     221    showcommand
    234222  end
    235223end
     
    293281  # default exit status
    294282  task.exit    default
    295     if ($VERBOSE)
    296       echo "failure for phase0exp.pl: $options:0"
    297     end
     283    showcommand
    298284    queuepush Phase0Exposures -replace -key 1 "FAIL $options:0"
    299285    $Phase0ExpFail
     
    302288  # operation times out?
    303289  task.exit    timeout
    304     if ($VERBOSE)
    305       echo "failure for phase0exp.pl: $options:0"
    306     end
     290    showcommand
    307291    queuepush Phase0Exposures -replace -key 1 "TIMEOUT $options:0"
    308292    $Phase0ExpFail
Note: See TracChangeset for help on using the changeset viewer.