Skip to content

Commit

Permalink
Delete old all.gcov file when updating coverage data
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Mar 15, 2017
1 parent a3d643b commit dd81f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dym/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mkdir -p $SCRIPT_PATH/results/
tar xf $SCRIPT_PATH/expected-results.tar.bz2 -C $SCRIPT_PATH/

function runBenchmark {
rm -f $SOM_DIR/all.gcov
BENCH=$1
HARNESS="$SOM_DIR/som -dm -Ddm.metrics=$SCRIPT_PATH/results/$BENCH \
--coverage $SOM_DIR/all.gcov \
Expand Down

0 comments on commit dd81f26

Please sign in to comment.