- 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/detect_query_read
r41440 r43052 20 20 use Math::Trig; 21 21 use Data::Dumper; 22 use IPC::Cmd 0.36 qw( can_run run ); 22 use IPC::Cmd 0.36 qw( can_run ); 23 use PS::IPP::Config qw( :standard ps_run ); 23 24 24 25 use constant EXTNAME => 'MOPS_DETECTABILITY_QUERY'; # Extension name for table … … 195 196 my $cmd = "$regtool -processedexp -dbname $dbname -exp_name $colData{FPA_ID}[$i]"; 196 197 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 197 run(command => $cmd, verbose => 0);198 ps_run(command => $cmd, verbose => 0); 198 199 unless ($success) { 199 200 # This is a problem, because I'm not sure how we handle a failure to read something. … … 267 268 } 268 269 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 269 run(command => $cmd, verbose => 1);270 ps_run(command => $cmd, verbose => 1); 270 271 unless ($success) { 271 272 # This is a problem, because I'm not sure how we handle a failure to read something.
Note:
See TracChangeset
for help on using the changeset viewer.
