Changeset 19221 for trunk/pstamp/scripts/pstamp_dorequest.pl
- Timestamp:
- Aug 26, 2008, 1:28:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_dorequest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_dorequest.pl
r16764 r19221 106 106 { 107 107 ## TODO: what about request status 108 my $command = "$pstamptool - processedreq -req_id $request_id -state stop";108 my $command = "$pstamptool -updatereq -req_id $request_id -state stop"; 109 109 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 110 110 run(command => $command, verbose => $verbosity); 111 111 unless ($success) { 112 die("Unable to perform pstamptool - processedreq: $error_code");112 die("Unable to perform pstamptool -updatereq: $error_code"); 113 113 } 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.
