diff --git a/tools/testbuild.sh b/tools/testbuild.sh index 9317e23a56d..6d80903155b 100755 --- a/tools/testbuild.sh +++ b/tools/testbuild.sh @@ -516,6 +516,7 @@ function dotest { if [[ "${check}" =~ ${re:1}$ ]]; then echo "Skipping: $1" skip=1 + break fi done @@ -525,6 +526,7 @@ function dotest { if [[ "${config/\//:}" == "${l}" ]]; then echo "Cmake in present: $1" cmake=1 + break fi done fi