Skip to content
Snippets Groups Projects
Commit 83f51704 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Adds piwik and owncloud to tests

parent 899242a5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
#!/bin/bash -eux
applications=( static wordpress known )
applications=( static wordpress known piwik owncloud )
for application in "${applications[@]}"
do
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment