From e8c31e203b26ab331bd42cc104801efd3cb99cab Mon Sep 17 00:00:00 2001 From: Gregan Date: Thu, 29 Jul 2021 17:04:12 +0200 Subject: [PATCH] ajout tests --- testWeb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testWeb.sh b/testWeb.sh index d08da7a..aa1453b 100755 --- a/testWeb.sh +++ b/testWeb.sh @@ -5,3 +5,4 @@ response=$(curl -s -o /dev/null -w "%{http_code}\n" http://localhost:6060") if ["$reponse" != "200"] then exit 1 +fi