Refactor: test: wrapper for start_lttng_tracing
[lttng-tools.git] / tests / regression / tools / live / test_lttng_ust
index da9bf9e6649043765008dc9a5bbe197373e02a65..b1d5c293103236b657be6091fde10acfb97829ae 100755 (executable)
@@ -62,8 +62,8 @@ function setup_live_tracing()
                -U net://localhost >/dev/null 2>&1
        ok $? "Create session in live mode with delay $DELAY_USEC"
 
-       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
 }
 
 function clean_live_tracing()
This page took 0.024735 seconds and 5 git commands to generate.