X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Frunall.sh;h=08b3904838d1408e54a7c2474cc952be27349e9d;hp=eadeeb912e6bc07df0fa18d990ed5c6a812ce094;hb=ec8f26de70d4862d4fad73f844c19fabf30b19c8;hpb=c7704d570e2e8c713da4d045e7f7307b5b9818cb diff --git a/tests/runall.sh b/tests/runall.sh index eadeeb912..08b390483 100755 --- a/tests/runall.sh +++ b/tests/runall.sh @@ -35,6 +35,11 @@ fi for bin in ${test_suite[@]}; do + if [ ! -e $bin ]; then + echo -e "$bin not found, passing" + continue + fi + ./$bin # Test must return 0 to pass. if [ $? -ne 0 ]; then