1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update ci-test.sh

This commit is contained in:
niansa 2018-07-12 14:18:45 +00:00
parent a5140f24d8
commit 63a78f11e9

View file

@ -12,7 +12,7 @@ chmod -R a+x ./simpsh-httpd &&
apt install -y ./simpsh-httpd.deb &&
echo "Starting simpsh-httpd..." &&
mkdir -p /var/www/html &&
simpsh-httpd -d &&
simpsh-httpd-socat -d &&
echo "Creating test document..." &&
(echo "This is a test!" > /var/www/html/testdocument.txt) &&
testdoc="$(curl http://localhost:8888/testdocument.txt)" &&