From 83f517048106d5c5a4f2daeae304a746cff3eb84 Mon Sep 17 00:00:00 2001 From: pierreozoux <pierre@ozoux.net> Date: Fri, 20 Feb 2015 17:58:22 +0000 Subject: [PATCH] Adds piwik and owncloud to tests --- tests/finish.sh | 2 +- tests/start.sh | 2 +- tests/test.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/finish.sh b/tests/finish.sh index ac82e1b..daee311 100755 --- a/tests/finish.sh +++ b/tests/finish.sh @@ -2,7 +2,7 @@ systemctl list-units | grep -c failed | grep 0 -applications=( static wordpress known ) +applications=( static wordpress known piwik owncloud ) for application in "${applications[@]}" do diff --git a/tests/start.sh b/tests/start.sh index 1a57441..b97c8ca 100755 --- a/tests/start.sh +++ b/tests/start.sh @@ -1,6 +1,6 @@ #!/bin/bash -eux -applications=( static wordpress known ) +applications=( static wordpress known piwik owncloud ) for application in "${applications[@]}" do diff --git a/tests/test.sh b/tests/test.sh index dbb7451..5b2307e 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -8,7 +8,7 @@ image=$1 if [ "$image" == "static" ]; then sleep 30 else - sleep 60 + sleep 70 fi systemctl list-units | grep "$image\.test" | grep -c failed | grep 0 -- GitLab