Browse Source

Tools: remove build before running coverage

Stop losing a run because a file has been removed.
c415-sdk
Peter Barker 5 years ago committed by Peter Barker
parent
commit
57300d0769
  1. 2
      Tools/scripts/run-coverage

2
Tools/scripts/run-coverage

@ -18,6 +18,8 @@ TIMEOUT=14400 @@ -18,6 +18,8 @@ TIMEOUT=14400
OPTS="--speedup=$SPEEDUP --timeout=$TIMEOUT --debug --no-clean"
rm -rf build
# Run examples
./waf configure --board=linux --debug
./waf examples

Loading…
Cancel
Save