jenkins.sh: add -r to rm htmlcov (#29776)

This commit is contained in:
Benjamin Dauvergne 2019-01-17 09:30:53 +01:00
parent 1c7a6693e5
commit 5b05a6ff99
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e # prevent hiding of errors
rm -f *coverage.xml
rm -f *test_results.xml
rm -f htmlcov htmlcov-*
rm -rf htmlcov htmlcov-*
virtualenv venv
venv/bin/pip install --upgrade setuptools