From ebbe1cf65a76635f3daa3e7be0301db0cb50a24c Mon Sep 17 00:00:00 2001 From: niansa Date: Sun, 15 Jul 2018 08:48:01 +0000 Subject: [PATCH] Update ci-test.sh --- ci-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-test.sh b/ci-test.sh index f1578c4..e27db7e 100644 --- a/ci-test.sh +++ b/ci-test.sh @@ -16,5 +16,6 @@ mkdir -p /var/www/html && simpsh-httpd-socat -d && echo "Creating test document..." && (echo "This is a test!" > /var/www/html/testdocument.txt) && +echo "Loading test document from server..." testdoc="$(curl http://localhost:8888/testdocument.txt)" && (if [[ $testdoc == "This is a test!" ]]; then echo "Server returned expected document"; else echo "Something went wrong... Server returned: $testdoc"; exit 1; fi) \ No newline at end of file