summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-07-09 16:02:55 +0300
committerLars Wirzenius <liw@liw.fi>2016-07-09 16:02:55 +0300
commit39fde34dcd3ae8020759940b12e8932ffa36817d (patch)
tree8317ab088dffdc3fd6fa63ce54a2eb8e4d7f2f21
parent4dbcb25ee01b90e6d20f6cc07adc2c18c1cbdb0c (diff)
downloadick-39fde34dcd3ae8020759940b12e8932ffa36817d.tar.gz
Don't fail if .coverage doesn't exist
New versions of coverage.py seem to no longer produce it
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 058be2e..66a968d 100755
--- a/check
+++ b/check
@@ -25,7 +25,7 @@ export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
python -m CoverageTestRunner icklib --ignore-missing-from without-tests
-rm .coverage
+rm -f .coverage
pep8 ick icklib/*.py