Skip to content

Commit

Permalink
retry: Delete cover_db if defined
Browse files Browse the repository at this point in the history
This prevents failing and passing re-runs from being merged. Using force
and verbose flags to ensure this is logged when it happens.
  • Loading branch information
kalikiana committed Oct 12, 2021
1 parent 509fad0 commit af2e608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/retry
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ else
run_once $* || exit
echo "Rerun $n of $RETRY"
fi
[ -n "$COVERDB_SUFFIX" ] && rm -vf cover_db$COVERDB_SUFFIX
n=$((n+1))
done
fi

0 comments on commit af2e608

Please sign in to comment.