X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Frunall.sh;h=08b3904838d1408e54a7c2474cc952be27349e9d;hb=990570edd474b304d4c935d82be6201d872025e4;hp=eadeeb912e6bc07df0fa18d990ed5c6a812ce094;hpb=b6ca8ef5adf433f7f0bbd4bb4858146ef25cd4fd;p=lttng-tools.git 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