Changeset 35976 for trunk/ippScripts/scripts/receive_advance.pl
- Timestamp:
- Aug 19, 2013, 2:30:26 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/receive_advance.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/receive_advance.pl
r29574 r35976 65 65 my ($stage) = $filename =~ m|^dbinfo\.(\S+)\.\d+\.mdc$|; # Stage of interest 66 66 my $tool_name; 67 my $tool_mode = '-importrun'; 67 68 if ($stage eq "raw") { 68 69 $tool_name = "regtool"; … … 73 74 } elsif ($stage eq "sky") { 74 75 $tool_name = "staticskytool"; 76 } elsif ($stage eq "skycal") { 77 $tool_name = "staticskytool"; 78 $tool_mode = '-importskycal'; 75 79 } else { 76 80 $tool_name = "${stage}tool"; … … 81 85 &my_die("Unable to resolve $dbinfo_uri\n", $PS_EXIT_UNKNOWN_ERROR) unless $file; 82 86 83 my $command = "$tool -importrun-infile $file"; # Command to execute87 my $command = "$tool $tool_mode -infile $file"; # Command to execute 84 88 $command .= " -dbname $dbname" if defined $dbname; 85 89 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note:
See TracChangeset
for help on using the changeset viewer.
