Skip to content

Commit 3363be0

Browse files
committed
ci: fix -e flag not restored in build_sketches on error
1 parent 684b5f1 commit 3363be0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/common.sh

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ function build_sketches()
6666
echo "Build failed ($1)"
6767
echo "Build log:"
6868
cat build.log
69+
set -e
6970
return $result
7071
fi
7172
rm build.log

0 commit comments

Comments
 (0)