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 5971785 commit 5bfa5beCopy full SHA for 5bfa5be
tests/common.sh
@@ -65,7 +65,7 @@ function build_sketches()
65
tail -2 $build_dir/build.options.json >> $build_dir/../build.options.json
66
fi
67
68
- rm -rf $build_dir/sketch
+ rm -rf $build_dir/sketch $build_dir/*.bin $build_dir/*.map $build_dir/*.elf
69
70
if [ -e $cache_dir/core/*.a ]; then
71
mv $build_dir/../build.options.json $build_dir/build.options.json
@@ -101,7 +101,6 @@ function build_sketches()
101
cat build.log
102
103
104
- cp build.log /tmp/build.log.1
105
rm build.log
106
print_size_info $build_dir/*.elf >>size.log
107
done
0 commit comments