X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ftools%2Frunall.sh;h=96c217cf591c7f4f817e8dcb1779dfda5d4147c4;hb=3badf2bf32930336a4902002d840402adb6859e1;hp=5fdbda62b4347726bfa3f6f980e8ec7ce6602b94;hpb=355f483d1713d1e047ad6256bea039cb693ae38e;p=lttng-tools.git 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