Changeset 35409
- Timestamp:
- Apr 17, 2013, 3:02:15 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r35364 r35409 236 236 } else { 237 237 my_die("No reglist for successful job: $job_id", $req_id, $PS_EXIT_PROG_ERROR) 238 if $ fault eq $PSTAMP_SUCCESS;238 if $job->{state} eq 'stop' and $fault eq $PSTAMP_SUCCESS; 239 239 print STDERR "no reglist file for job $job_id\n" if $verbose; 240 240 print $tdf "$rownum|$fault|$error_string|0|$job_id|";
Note:
See TracChangeset
for help on using the changeset viewer.
