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

Fix tests

parent 99bb34b8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ image=$1
systemctl stop web@$image.test
sleep 20
systemctl list-units | grep -c "$image\.test" | grep 0
rm -rf /data/runtime/domains/$image.test
......
#!/bin/bash -eux
cp /data/indiehosters/unit-files/* /etc/systemd/system && sudo systemctl daemon-reload
image=$1
# prepare data
......@@ -10,7 +8,7 @@ image=$1
if [ "$image" == "static" ]; then
systemctl start $image@$image.test
systemctl enable $image@$image.test
sleep 20
sleep 30
else
systemctl start lamp@$image.test
systemctl enable lamp@$image.test
......@@ -18,5 +16,5 @@ else
fi
systemctl list-units | grep "$image\.test" | grep -c failed | grep 0
curl -L $image.test
curl -Lk $image.test
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