mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
Fix Sniffer to use the new binary names, which are prepended with trick-
This commit is contained in:
parent
da08efe546
commit
912778423b
@ -733,7 +733,7 @@ public abstract class TrickApplication extends SingleFrameApplication implements
|
||||
}
|
||||
try {
|
||||
ProcessBuilder process = new ProcessBuilder(UIUtils.getTrickBin() +
|
||||
File.separator + executable, arguments);
|
||||
File.separator + "trick-" + 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("sim_control",
|
||||
launchTrickApplication("simcontrol",
|
||||
simulationInformation.machine + " " +
|
||||
simulationInformation.noHandshakePort);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user