Clarify test.sh script purpose

master
Ferry Boender 3 years ago
parent 1fc2fe2b8c
commit a726b577b6
  1. 6
      test/test.sh

@ -1,5 +1,11 @@
#!/bin/sh
#
# Script that's called by formconfig to test things. This is not the main
# script to run tests. For that, see the "build.sla" file in the root dir of
# this project.
#
cat << EOF
HTTP/1.0 200 Ok
echo "Content-type: text/plain"

Loading…
Cancel
Save