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

Correctly invoke python in 'test' sla rule.

master
Ferry Boender 4 years ago
parent b1d89fa12a
commit 8afe2b3f75
  1. 2
      build.sla

@ -14,7 +14,7 @@ test () {
ROOTDIR="$(pwd)"
# Unit / integration tests
cd test && python ./test.py
cd test && /usr/bin/env python3 ./test.py
# Code quality linting (flake8)
cd $ROOTDIR

Loading…
Cancel
Save