Changeset 36882
- Timestamp:
- Jun 16, 2014, 1:42:14 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_webrequest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_webrequest.pl
r35439 r36882 93 93 my $command = "$psmkreq --req_name $request_name --output $request_file @ARGV"; 94 94 95 if (0) { 96 open DEBUG, ">>/tmp/pstamp.debug.log"; 97 print DEBUG "\ncommand is: $command\n"; 98 close DEBUG; 99 } 100 95 101 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 96 102 run(command => $command, verbose => $verbose); 97 103 unless ($success) { 98 104 print STDERR @$stderr_buf; 105 print STDERR "\ncommand was: $command\n"; 99 106 die("Unable to perform psmkreq: $error_code"); 100 107 }
Note:
See TracChangeset
for help on using the changeset viewer.
