X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Frunall.sh;h=96c217cf591c7f4f817e8dcb1779dfda5d4147c4;hp=5fdbda62b4347726bfa3f6f980e8ec7ce6602b94;hb=8acbe07dff3442a327b08e1398fadfde3ace77c3;hpb=4d5b973e8e468bf99fc9229b9b7a67bfdfe09924 diff --git a/tests/tools/runall.sh b/tests/tools/runall.sh index 5fdbda62b..96c217cf5 100755 --- a/tests/tools/runall.sh +++ b/tests/tools/runall.sh @@ -9,6 +9,11 @@ function start_tests () { for bin in ${tests[@]}; do + if [ ! -e $bin ]; then + echo -e "$bin not found, passing" + continue + fi + ./$bin # Test must return 0 to pass. if [ $? -ne 0 ]; then