- Timestamp:
- Apr 21, 2014, 5:42:34 AM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/register_imfile.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/ippScripts/scripts/register_imfile.pl
r35841 r36680 291 291 292 292 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 293 run ( command => $bt_check_command, verbose => $verbose);293 run ( command => $bt_check_command, verbose => 0); 294 294 unless ($success) { 295 295 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); … … 330 330 unless ($success) { 331 331 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 332 warn ("Unable to perform regtool -addprocessedimfile: $error_code"); 333 exit($error_code); 332 warn ("Unable to perform regtool -updateprocessedimfile: $error_code"); 333 # exit($error_code); 334 &my_die_for_update("Unable to perform updateprocessedimfile", 335 $exp_id, $class_id, $error_code); 336 334 337 } 335 338 } else { … … 522 525 carp($msg); 523 526 if (defined $exp_id && defined $class_id and not $no_update) { 527 sleep(5); 524 528 my $command = "$regtool -updateprocessedimfile"; 525 529 $command .= " -exp_id $exp_id";
Note:
See TracChangeset
for help on using the changeset viewer.
