adds arduino verify exit code debug statement

This commit is contained in:
Todd Treece 2015-07-30 06:52:08 -04:00
parent 633bdc7f5b
commit 2f37c7475b

View file

@ -205,6 +205,8 @@ function build_platform()
# grab the exit status of the arduino verify
local build_result=$?
echo "BUILD EXIT DEBUG: $build_result"
# echo output if the build failed
if [ $build_result -ne 0 ]; then