10000 Remove old elf/bin/maps from build dir · esp8266/Arduino@5bfa5be · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bfa5be

Browse files
Remove old elf/bin/maps from build dir
1 parent 5971785 commit 5bfa5be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/common.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function build_sketches()
6565
tail -2 $build_dir/build.options.json >> $build_dir/../build.options.json
6666
fi
6767

68-
rm -rf $build_dir/sketch
68+
rm -rf $build_dir/sketch $build_dir/*.bin $build_dir/*.map $build_dir/*.elf
6969

7070
if [ -e $cache_dir/core/*.a ]; then
7171
mv $build_dir/../build.options.json $build_dir/build.options.json
@@ -101,7 +101,6 @@ function build_sketches()
101101
cat build.log
102102
fi
103103
fi
104-
cp build.log /tmp/build.log.1
105104
rm build.log
106105
print_size_info $build_dir/*.elf >>size.log
107106
done

0 commit comments

Comments
 (0)
0