8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3386b commit 5188031Copy full SHA for 5188031
tests/common.sh
@@ -40,12 +40,12 @@ function build_sketches()
40
local build_arg=$3
41
local build_dir=build.tmp
42
mkdir -p $build_dir
43
- rm -rf $build_dir/*
44
local build_cmd="python tools/build.py -b generic -v -k -p $PWD/$build_dir $build_arg "
45
local sketches=$(find $srcpath -name *.ino)
46
print_size_info >size.log
47
export ARDUINO_IDE_PATH=$arduino
48
for sketch in $sketches; do
+ rm -rf $build_dir/*
49
local sketchdir=$(dirname $sketch)
50
local sketchdirname=$(basename $sketchdir)
51
local sketchname=$(basename $sketch)
0 commit comments