Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / regression / tools / live / test_lttng_kernel
index d55eab61f7440f6c1f6eb6751609ccbc513379c1..98f3b9e9d2209c5403f4dd03c9638215e5b6738a 100755 (executable)
@@ -54,8 +54,8 @@ function setup_live_tracing()
 
 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.02426 seconds and 5 git commands to generate.