mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Don't let test runner script bail out before printing logs
This commit is contained in:
parent
2a6e8ccb60
commit
661fbca6dc
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
function build_sketches()
|
function build_sketches()
|
||||||
{
|
{
|
||||||
|
set +e
|
||||||
local arduino=$1
|
local arduino=$1
|
||||||
local srcpath=$2
|
local srcpath=$2
|
||||||
local build_cmd=$3
|
local build_cmd=$3
|
||||||
@ -33,6 +34,7 @@ function build_sketches()
|
|||||||
fi
|
fi
|
||||||
rm build.log
|
rm build.log
|
||||||
done
|
done
|
||||||
|
set -e
|
||||||
}
|
}
|
||||||
|
|
||||||
function install_libraries()
|
function install_libraries()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user