X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ffiltering%2Ftest_valid_filter;h=df4eb47e3687a6245488c9b5c8bcd443538ee176;hb=67b4c664e2c6c6dc19920555c0abf094ed6cbe00;hp=b2254b3e61f5242b61151b80a5a561a7bab01d20;hpb=bf6ae429bc7bf2fefdce61e48806768dab7567d5;p=lttng-tools.git diff --git a/tests/regression/tools/filtering/test_valid_filter b/tests/regression/tools/filtering/test_valid_filter index b2254b3e6..df4eb47e3 100755 --- a/tests/regression/tools/filtering/test_valid_filter +++ b/tests/regression/tools/filtering/test_valid_filter @@ -65,12 +65,12 @@ function test_valid_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 + destroy_lttng_session_ok $SESSION_NAME stats=`babeltrace $trace_path | $STATS_BIN --tracepoint $EVENT_NAME`