ajout tests

This commit is contained in:
Gregan 2021-07-29 17:59:38 +02:00
parent f123e58a0c
commit 4f6bea2002

View File

@ -3,4 +3,7 @@
echo "TEST HUGO" echo "TEST HUGO"
url=http://localhost:6060 url=http://localhost:6060
curl ${url} -I -o headers -s curl ${url} -I -o headers -s
cat headers | head -n 1 | cut '-d ' '-f2' if((cat headers | head -n 1 | cut '-d ' '-f2')=="200")
then
exit 0
fi