Refactor: test: wrapper for destroy_lttng_session
[lttng-tools.git] / tests / regression / ust / low-throughput / test_low_throughput
index 92d739dd4dec7fe255ab34c4d784fc81afcb7e4a..4820485f7379adc45228d6f6e5e16865f00c670d 100755 (executable)
@@ -41,14 +41,14 @@ start_lttng_sessiond
 
 create_lttng_session_ok $SESSION_NAME $TRACE_PATH
 
-enable_ust_lttng_event $SESSION_NAME $EVENT_NAME
-start_lttng_tracing $SESSION_NAME
+enable_ust_lttng_event_ok $SESSION_NAME $EVENT_NAME
+start_lttng_tracing_ok $SESSION_NAME
 
 # This is going to take 20 minutes
 ./$CURDIR/$BIN_NAME >/dev/null 2>&1
 
-stop_lttng_tracing $SESSION_NAME
-destroy_lttng_session $SESSION_NAME
+stop_lttng_tracing_ok $SESSION_NAME
+destroy_lttng_session_ok $SESSION_NAME
 
 stop_lttng_sessiond
 
This page took 0.023792 seconds and 4 git commands to generate.