- Timestamp:
- Jun 12, 2026, 2:47:49 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pstamp-20260421/pstamp/scripts/dquery_finish.pl
r42981 r43052 10 10 11 11 use Sys::Hostname; 12 use IPC::Cmd 0.36 qw( can_run run);12 use IPC::Cmd 0.36 qw( can_run ); 13 13 use File::Temp qw( tempfile ); 14 14 use File::Copy; … … 20 20 use PS::IPP::Metadata::List qw( parse_md_list ); 21 21 22 use PS::IPP::Config qw( :standard );22 use PS::IPP::Config qw( :standard ps_run ); 23 23 24 24 my ( $req_id, $req_name, $req_file, $product, $outdir, $dbname, $dbserver, $verbose, $save_temps ); … … 95 95 $command .= " -dbserver $dbserver" if $dbserver; 96 96 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 97 run(command => $command, verbose => $verbose);97 ps_run(command => $command, verbose => $verbose); 98 98 unless ($success) { 99 99 die("Unable to perform $command error code: $error_code"); … … 160 160 161 161 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 162 run(command => $command, verbose => $verbose);162 ps_run(command => $command, verbose => $verbose); 163 163 unless ($success) { 164 164 $request_fault = $error_code >> 8; … … 388 388 $command .= " -dbserver $dbserver" if $dbserver; 389 389 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 390 run(command => $command, verbose => $verbose);390 ps_run(command => $command, verbose => $verbose); 391 391 unless ($success) { 392 392 die("Unable to perform $command error code: $error_code");
Note:
See TracChangeset
for help on using the changeset viewer.
