[lttng control] Use List<String> for control commands (Bug 455382)
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.control.ui.tests / testfiles / CreateSessionTest2.cfg
index 808a51f369f3e179e5f589177b96ac928c4423ce..a8bd262b5bcf76531e3ab774108b4e6022b37e17 100644 (file)
@@ -6,7 +6,7 @@
 # accompanies this distribution, and is available at
 # http://www.eclipse.org/legal/epl-v10.html
 #
-# Contributors: 
+# Contributors:
 #    Bernd Hufmann - Initial API and implementation
 ####################################################################
 ####################################################################
@@ -15,7 +15,7 @@
 <SCENARIO>
 Initialize
 <COMMAND_INPUT>
-lttng version 
+lttng version
 </COMMAND_INPUT>
 <COMMAND_RESULT>
 0
@@ -31,7 +31,7 @@ lttng is free software and under the GPL license and part LGPL
 </COMMAND_OUTPUT>
 
 <COMMAND_INPUT>
-lttng list 
+lttng list
 </COMMAND_INPUT>
 <COMMAND_RESULT>
 0
@@ -56,7 +56,7 @@ Kernel events
 </COMMAND_OUTPUT>
 
 <COMMAND_INPUT>
-lttng list -u -f 
+lttng list -u -f
 </COMMAND_INPUT>
 <COMMAND_RESULT>
 0
@@ -82,7 +82,7 @@ PID: 4852 - Name: /home/user/git/lttng-ust/tests/hello.cxx/.libs/lt-hello
 <SCENARIO>
 ScenCreateSession
 <COMMAND_INPUT>
-lttng create mysession --snapshot 
+lttng create mysession --snapshot
 </COMMAND_INPUT>
 <COMMAND_RESULT>
 0
@@ -101,12 +101,12 @@ lttng list mysession
 </COMMAND_RESULT>
 <COMMAND_OUTPUT>
 Tracing session mysession: [inactive snapshot]
-    Trace path: 
+    Trace path:
 
 </COMMAND_OUTPUT>
 #------------------------------------------------------------------------------
 <COMMAND_INPUT>
-lttng snapshot list-output  -s mysession
+lttng snapshot list-output -s mysession
 </COMMAND_INPUT>
 <COMMAND_RESULT>
 0
@@ -127,7 +127,7 @@ Tracing started for session mysession.
 </COMMAND_OUTPUT>
 #------------------------------------------------------------------------------
 <COMMAND_INPUT>
-lttng snapshot record  -s mysession
+lttng snapshot record -s mysession
 </COMMAND_INPUT>
 <COMMAND_RESULT>
 0
This page took 0.024622 seconds and 5 git commands to generate.