X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftest_event_wildcard;h=1c0b27a654d2e26640164213e6884404dad2e964;hb=dd238d2ab83bb7b4b43eb9dcc6dfd98718bf717e;hp=f50e5df87e3f921592bbac5aba16a4687f6dc2c9;hpb=e563bbdb8fa6592790e9ac4e9db7d9decf022023;p=lttng-tools.git diff --git a/tests/regression/ust/test_event_wildcard b/tests/regression/ust/test_event_wildcard index f50e5df87..1c0b27a65 100755 --- a/tests/regression/ust/test_event_wildcard +++ b/tests/regression/ust/test_event_wildcard @@ -43,13 +43,13 @@ function test_event_wildcard() enable_ust_lttng_event_ok $SESSION_NAME "$EVENT_NAME2" start_lttng_tracing_ok - stop_lttng_tracing + stop_lttng_tracing_ok TODO="Validate trace output is coherent" ok 0 "Validate trace" unset TODO - destroy_lttng_session $SESSION_NAME + destroy_lttng_session_ok $SESSION_NAME rm -rf $TRACE_PATH }