tmf: lttngControl: Separate STDERR from output and create errorOutput
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui.tests / stubs / org / eclipse / linuxtools / internal / lttng2 / control / stubs / shells / TestCommandShell.java
index 86b39e2dada2d503f59d3126204e1505854531e2..998e72eb300b37a8e9232f0f322666d33e273e55 100644 (file)
@@ -45,6 +45,6 @@ public class TestCommandShell implements ICommandShell {
         if (fIsConnected) {
 
         }
-        return new CommandResult(0, new String[0]);
+        return new CommandResult(0, new String[0], new String[0]);
     }
 }
This page took 0.056504 seconds and 5 git commands to generate.