X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Flttng%2Frun-ust-global-tests.sh;h=a99ff43b307b3be917f132d81eae62f571ebea82;hp=135c8a2b4311f88c35f09e428ab1557a16eaa86c;hb=ec8f26de70d4862d4fad73f844c19fabf30b19c8;hpb=c7704d570e2e8c713da4d045e7f7307b5b9818cb diff --git a/tests/lttng/run-ust-global-tests.sh b/tests/lttng/run-ust-global-tests.sh index 135c8a2b4..a99ff43b3 100755 --- a/tests/lttng/run-ust-global-tests.sh +++ b/tests/lttng/run-ust-global-tests.sh @@ -13,6 +13,11 @@ function start_tests () { for bin in ${tests[@]}; do + if [ ! -e $bin ]; then + echo -e "$bin not found, passing" + continue + fi + ./$bin $tmpdir # Test must return 0 to pass. if [ $? -ne 0 ]; then