Changeset 18733 for trunk/pstamp/scripts/request_finish.pl
- Timestamp:
- Jul 24, 2008, 6:07:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/request_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/request_finish.pl
r18620 r18733 74 74 my $command = $finish_cmd . " --req_id $req_id --req_name $req_name --product $product"; 75 75 $command .= " --dbname $dbname" if $dbname; 76 $command .= " --verbose" if $verbose; 76 77 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 77 78 run(command => $command, verbose => $verbose);
Note:
See TracChangeset
for help on using the changeset viewer.
