Changeset 19197
- Timestamp:
- Aug 25, 2008, 1:01:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/diff_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r18616 r19197 220 220 } 221 221 } 222 223 # Register the run as completed224 {225 my $command = "$difftool -updaterun -diff_id $diff_id -state stop"; # Command to run difftool226 $command .= " -dbname $dbname" if defined $dbname;227 228 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =229 run(command => $command, verbose => $verbose);230 unless ($success) {231 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);232 warn("Unable to perform difftool -updaterun: $error_code\n");233 exit($error_code);234 }235 }236 222 } 237 223
Note:
See TracChangeset
for help on using the changeset viewer.
