Skip to content

Commit 661fbca

Browse files
committed
Don't let test runner script bail out before printing logs
1 parent 2a6e8cc commit 661fbca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
function build_sketches()
44
{
5+
set +e
56
local arduino=$1
67
local srcpath=$2
78
local build_cmd=$3
@@ -33,6 +34,7 @@ function build_sketches()
3334
fi
3435
rm build.log
3536
done
37+
set -e
3638
}
3739

3840
function install_libraries()

0 commit comments

Comments
 (0)