Changeset 24038 for trunk/ippScripts/scripts/dist_queue_runs.pl
- Timestamp:
- May 1, 2009, 5:28:52 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_queue_runs.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_queue_runs.pl
r24001 r24038 98 98 } 99 99 100 # queue rcRuns for any distRuns that have completed and have interested destinations 101 { 102 my $command = "$disttool -queuercrun"; 103 $command .= " -dbname $dbname" if defined $dbname; 104 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 105 run(command => $command, verbose => $verbose); 106 unless ($success) { 107 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 108 &my_die("Unable to perform $command error_code: $error_code", $error_code); 109 } 110 # display the output from the command 111 print STDERR join "", @$stdout_buf if $verbose; 112 } 113 100 114 exit 0; 101 115
Note:
See TracChangeset
for help on using the changeset viewer.
