From a726b577b6fc8062b7bc6b128fd9db026ca4af3b Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Mon, 15 Mar 2021 11:51:51 +0100 Subject: [PATCH] Clarify test.sh script purpose --- test/test.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/test.sh b/test/test.sh index e09c2f8..b0044de 100755 --- a/test/test.sh +++ b/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"