Fix: tests: app unregistering is not guaranteed by app lifetime
[lttng-tools.git] / tests / regression / tools / relayd-grouping / test_ust
index 579881492123d31dd2f327bfdc3670749544b494..592dbd90d0e59d35ba06c90ea0ba74c3e98a6714 100755 (executable)
@@ -36,7 +36,7 @@ function get_auto_session_name ()
        LTTNG_BIN="${lttng_bin} --mi xml"
        OUTPUT_DEST=$(mktemp --tmpdir "tmp.${FUNCNAME[0]}_output.XXXXXX")
 
-       list_lttng_with_opts
+       list_lttng_ok
        $MI_VALIDATE "$OUTPUT_DEST"
        ok $? "Valid lttng list XML"
 
@@ -642,6 +642,7 @@ plan_tests $NUM_TESTS
 
 print_test_banner "$TEST_DESC"
 
+bail_out_if_no_babeltrace
 
 tests=(
        test_ust_uid_live
This page took 0.023636 seconds and 4 git commands to generate.