diff --git a/tests/common.sh b/tests/common.sh index ce9c397e3..af5ceff64 100755 --- a/tests/common.sh +++ b/tests/common.sh @@ -66,6 +66,7 @@ function build_sketches() echo "Build failed ($1)" echo "Build log:" cat build.log + set -e return $result fi rm build.log