##// END OF EJS Templates
makefile: cleanup coverage files for test cleanup
marcink -
r3845:94bae53f default
parent child Browse files
Show More
@@ -17,6 +17,7 b' test:'
17 17 test-clean:
18 18 rm -rf coverage.xml htmlcov junit.xml pylint.log result
19 19 find . -type d -name "__pycache__" -prune -exec rm -rf '{}' ';'
20 find . -type f \( -iname '.coverage.*' \) -exec rm '{}' ';'
20 21
21 22 test-only:
22 23 PYTHONHASHSEED=random \
General Comments 0
You need to be logged in to leave comments. Login now