ajout tests

This commit is contained in:
Gregan 2021-07-29 16:52:43 +02:00
parent 549e3aae2a
commit 4945517810

View File

@ -2,8 +2,8 @@
echo "TEST HUGO"
$response = "curl http://localhost:6060"
if [$reponse == "HTTP/1.1 200 OK"]
$response="curl http://localhost:6060"
if [$reponse=="HTTP/1.1 200 OK"]
then
exit 0
else