- Timestamp:
- Jun 17, 2014, 5:58:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_webrequest.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610
- Property svn:mergeinfo changed
/trunk (added) merged: 36846-36871,36874,36879,36882
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140610/pstamp/scripts/pstamp_webrequest.pl
r35439 r36884 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.
