Changeset 18620
- Timestamp:
- Jul 18, 2008, 12:57:00 PM (18 years ago)
- Location:
- trunk/pstamp/scripts
- Files:
-
- 2 edited
-
pstamp_job_run.pl (modified) (1 diff)
-
request_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r18544 r18620 161 161 print STDERR "ppstamp failed with error code: $jobStatus\n"; 162 162 } 163 } elsif ($jobType eq "detect_query") { 164 die("multiple detect_query jobs not supported yet"); 163 165 } else { 164 166 die("unknown jobType $jobType found"); -
trunk/pstamp/scripts/request_finish.pl
r18588 r18620 50 50 $err .= "--req_type is required\n" if !$req_type; 51 51 $err .= "--req_name is required\n" if !$req_name; 52 $err .= "--product is required\n" if !$product; 52 53 53 54 die "$err" if $err;
Note:
See TracChangeset
for help on using the changeset viewer.
