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" echo "TEST HUGO"
$response = "curl http://localhost:6060" $response="curl http://localhost:6060"
if [$reponse == "HTTP/1.1 200 OK"] if [$reponse=="HTTP/1.1 200 OK"]
then then
exit 0 exit 0
else else