From f6aba4a9f6a7d514335569abdbca4c698f1835fb Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 21 Apr 2017 20:09:16 +0200 Subject: [PATCH] Fix yuno_portal --- sub_scripts/launcher.sh | 1 + sub_scripts/testing_process.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/sub_scripts/launcher.sh b/sub_scripts/launcher.sh index 17ac702..04d3854 100755 --- a/sub_scripts/launcher.sh +++ b/sub_scripts/launcher.sh @@ -58,6 +58,7 @@ LXC_START () { fi sleep 1 done + echo "" local failstart=0 # Check if the container is running diff --git a/sub_scripts/testing_process.sh b/sub_scripts/testing_process.sh index a07ecce..a7aca4f 100644 --- a/sub_scripts/testing_process.sh +++ b/sub_scripts/testing_process.sh @@ -109,6 +109,8 @@ CHECK_URL () { curl_error=0 # 503 Service Unavailable can would have some time to work. local http503=0 + # yuno_portal equal 1 if the test fall on the portal + yuno_portal=0 # Try to access to the url in 2 times, with a final / and without i=1; while [ $i -ne 3 ]