- Timestamp:
- Jul 16, 2014, 3:29:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/ippScripts/scripts/sc_prepare_chip.pl
r36884 r37025 127 127 $detselect_command2 .= " -det_id $det_id "; 128 128 $detselect_command2 .= " -iteration $det_iter "; 129 $detselect_command2 .= " -dbname $dbname " if defined($dbname); 129 130 ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 130 131 run(command => $detselect_command2, verbose => 0); … … 534 535 535 536 if (defined $id and not $no_update) { 536 my $command = "remotetool -updaterun - stage_id $id";537 my $command = "remotetool -updaterun -remote_id $id"; 537 538 $command .= " -fault $exit_code " if defined $exit_code; 538 539 $command .= " -set_state $exit_state " if defined $exit_state;
Note:
See TracChangeset
for help on using the changeset viewer.
