Changeset 16283 for trunk/pstamp/scripts/pstamp_dorequest.pl
- Timestamp:
- Feb 1, 2008, 5:42:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_dorequest.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_dorequest.pl
r16280 r16283 16 16 my $request_id = $ARGV[0]; 17 17 18 my $verbosity = 0;18 my $verbosity = 1; 19 19 20 20 use Sys::Hostname; … … 78 78 if ($job->{req_id} == $request_id) { 79 79 # there must be a better way to do this 80 print STDERR "adding $job->{job_id} to the list\n"; 80 81 $psjobs[@psjobs] = $job; 81 82 } … … 90 91 91 92 foreach my $job (@psjobs) { 92 my $command = " echo$ppstamp_run $job->{job_id}";93 my $command = "$ppstamp_run $job->{job_id}"; 93 94 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 94 95 run(command => $command, verbose => $verbosity); … … 100 101 101 102 # 102 # set the state of the request to stop103 # Update the state of the request 103 104 # 104 105
Note:
See TracChangeset
for help on using the changeset viewer.
