Skip to content

Commit fb6aa7e

Browse files
committed
[qa] Clean up files that interfere with QA checks
1 parent 91437f8 commit fb6aa7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

run-qa-checks

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
set -e
44

5+
rm -rf ./openwisp_controller/geo/tests/.pytest_cache \
6+
./openwisp_controller/.pytest_cache/ \
7+
./tests/openwisp2/sample_geo/.pytest_cache \
8+
./tests/openwisp2/.pytest_cache/ \
9+
./htmlcov/ 2> /dev/null || true
10+
511
# JSHint check
612
jshint openwisp_controller/pki/static/admin/pki/js/*.js
713
jshint openwisp_controller/config/static/config/js/*.js

0 commit comments

Comments
 (0)