Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / regression / tools / live / test_lttng_kernel
index f4d7d419f2ef0dffbd674abc462ff3866221ba56..98f3b9e9d2209c5403f4dd03c9638215e5b6738a 100755 (executable)
@@ -49,13 +49,13 @@ function setup_live_tracing()
        ok $? "Create session in live mode with delay $DELAY_USEC"
 
        lttng_enable_kernel_event $SESSION_NAME $EVENT_NAME
-       start_lttng_tracing $SESSION_NAME
+       start_lttng_tracing_ok $SESSION_NAME
 }
 
 function clean_live_tracing()
 {
-       stop_lttng_tracing $SESSION_NAME
-       destroy_lttng_session $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 }
 
 # Need root access for kernel tracing.
This page took 0.025707 seconds and 5 git commands to generate.