Refactor: test: wrapper for stop_lttng_tracing
[lttng-tools.git] / tests / regression / tools / filtering / test_valid_filter
index 4d8d2afff5c1d7b1ab69b9089e8c3b5b81324dd5..42f32e70583aae15f03dc08241067cce7e322c08 100755 (executable)
@@ -59,15 +59,15 @@ function test_valid_filter
        trace_path=$(mktemp -d)
 
        # Create session
-       create_lttng_session $SESSION_NAME $trace_path
+       create_lttng_session_ok $SESSION_NAME $trace_path
 
        # Enable filter
        enable_ust_lttng_event_filter $SESSION_NAME $EVENT_NAME $filter
 
        # Trace apps
-       start_lttng_tracing $SESSION_NAME
+       start_lttng_tracing_ok $SESSION_NAME
        run_apps
-       stop_lttng_tracing $SESSION_NAME
+       stop_lttng_tracing_ok $SESSION_NAME
 
        # Destroy session
        destroy_lttng_session $SESSION_NAME
This page took 0.023405 seconds and 4 git commands to generate.