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

Fix testOutputRaw test case by sending proper HTTP headers.

pull/7/head
Ferry Boender 9 years ago
parent 69b91760bd
commit 502e862d9b
  1. 2
      test/test.sh

@ -1,3 +1,5 @@
#!/bin/sh
echo "HTTP/1.1 200 OK"
echo "Content-type: text/plain;"
env

Loading…
Cancel
Save