Fix: filter tests now accept "." in identifiers
[lttng-tools.git] / tests / regression / tools / streaming / test_kernel
index 5718201b8bec515e13c46741dc009554b4b74b72..d54bcedf52e995891e768a757f1da8d9e54e7d0c 100755 (executable)
@@ -50,8 +50,8 @@ function test_kernel_before_start ()
        start_lttng_tracing_ok $SESSION_NAME
        # Give a second
        sleep 1
-       stop_lttng_tracing $SESSION_NAME
-       destroy_lttng_session $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 }
 
 # Deactivated since this feature is not yet available where we can enable
@@ -64,8 +64,8 @@ function test_kernel_after_start ()
        lttng_enable_kernel_event $SESSION_NAME $EVENT_NAME
        # Give a second
        sleep 1
-       stop_lttng_tracing $SESSION_NAME
-       destroy_lttng_session $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
+       destroy_lttng_session_ok $SESSION_NAME
 }
 
 plan_tests $NUM_TESTS
This page took 0.024505 seconds and 4 git commands to generate.