Changeset 36136 for tags/ipp-20130712
- Timestamp:
- Sep 19, 2013, 12:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/pstamp/scripts/pstamp_job_run.pl
- Property svn:mergeinfo set to
r36122 r36136 266 266 close $F; 267 267 $jobStatus = $PS_EXIT_SUCCESS; 268 } elsif ($exitStatus == $PSTAMP_NO_OVERLAP ) {269 $jobStatus = $ PSTAMP_NO_OVERLAP;268 } elsif ($exitStatus == $PSTAMP_NO_OVERLAP || $exitStatus == $PSTAMP_NO_VALID_PIXELS) { 269 $jobStatus = $exitStatus; 270 270 } else { 271 271 my_die( "ppstamp failed with error code: $exitStatus", $job_id, $exitStatus);
Note:
See TracChangeset
for help on using the changeset viewer.
