Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/fa6b90599e9cc1b8d8c986db9e7418e43e6bdd45?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Clean test code coverage.

master
Ferry Boender 4 years ago
parent a726b577b6
commit fa6b90599e
  1. 2
      build.sla

@ -44,6 +44,8 @@ clean () {
find ./ -name "*.pyc" -delete find ./ -name "*.pyc" -delete
rm -f test/data.csv rm -f test/data.csv
rm -f test/data.raw rm -f test/data.raw
rm -f test/.coverage
rm -rf test/htmlcov
rm -rf dist/ rm -rf dist/
rm -rf build rm -rf build
} }

Loading…
Cancel
Save