Changeset 19221 for trunk/pstamp/scripts/pstamp_job_run.pl
- Timestamp:
- Aug 26, 2008, 1:28:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_job_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r18742 r19221 171 171 # stop the job and set the result value 172 172 { 173 my $command = "$pstamptool - processedjob -job_id $job_id -state stop -fault $jobStatus";173 my $command = "$pstamptool -updatejob -job_id $job_id -state stop -fault $jobStatus"; 174 174 $command .= " -dbname $dbname" if $dbname; 175 175 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
