mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
trick-sniffer calls trick-simcontrol by old name
Changed the system call to use the new name. refs #194
This commit is contained in:
parent
543bbc0585
commit
51715a0650
@ -733,7 +733,7 @@ public abstract class TrickApplication extends SingleFrameApplication implements
|
||||
}
|
||||
try {
|
||||
ProcessBuilder process = new ProcessBuilder(UIUtils.getTrickBin() +
|
||||
File.separator + "trick-" + executable, arguments);
|
||||
File.separator + executable, arguments);
|
||||
process.redirectOutput(ProcessBuilder.Redirect.INHERIT);
|
||||
process.redirectError(ProcessBuilder.Redirect.INHERIT);
|
||||
process.start();
|
||||
|
@ -57,7 +57,7 @@ public class SimSnifferApplication extends TrickApplication {
|
||||
if (row != -1) {
|
||||
SimulationInformation simulationInformation =
|
||||
simulations.get(simTable.convertRowIndexToModel(row));
|
||||
launchTrickApplication("simcontrol",
|
||||
launchTrickApplication("trick-simcontrol",
|
||||
simulationInformation.machine + " " +
|
||||
simulationInformation.noHandshakePort);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user