adds arduino verify exit code debug statement
This commit is contained in:
parent
633bdc7f5b
commit
2f37c7475b
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue