We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684b5f1 commit 3363be0Copy full SHA for 3363be0
tests/common.sh
@@ -66,6 +66,7 @@ function build_sketches()
66
echo "Build failed ($1)"
67
echo "Build log:"
68
cat build.log
69
+ set -e
70
return $result
71
fi
72
rm build.log
0 commit comments