mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
remove 100% coverage files
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3342 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
43c0e3447a
commit
6d6f047a31
1 changed files with 4 additions and 0 deletions
|
|
@ -5,3 +5,7 @@ if [ $# -eq 0 ]; then
|
|||
coverage="--coverage"
|
||||
fi
|
||||
$P/run.sh test.py $RESOURCES $coverage -pvcw "$@"
|
||||
if [ $# -eq 0 ]; then
|
||||
rm `grep -L '>>>>>>' coverage/*.cover`
|
||||
rm coverage/*tests.*.cover
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue