3 SESSIOND_BIN
="lttng-sessiond"
7 source $TESTDIR/utils.sh
10 tests
=( $CURDIR/ust_global_event_basic
$CURDIR/ust_global_event_wildcard
)
13 function start_tests
()
15 for bin
in ${tests[@]};
17 if [ ! -e $bin ]; then
18 echo -e "$bin not found, passing"
25 # Test must return 0 to pass.
38 TEST_DESC
="UST tracer - Global domain (LTTNG_DOMAIN_UST)"
40 print_test_banner
"$TEST_DESC"