summaryrefslogtreecommitdiffstats
path: root/retiolum
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-08-25 13:39:38 +0200
committermakefu <github@syntax-fehler.de>2014-08-25 13:39:38 +0200
commit17ee7a548ed75d774da35ef00aa07eff6f18d396 (patch)
tree600c9c32652390136d8b0bf9581ae5c81ebe3ae7 /retiolum
parent777673f653147b63911c94841c28cfc2d2470919 (diff)
retiolum/t/pigstarter: ignore reset, look for success pattern
Diffstat (limited to 'retiolum')
-rwxr-xr-xretiolum/t/pigstarter/refresh_hosts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/t/pigstarter/refresh_hosts.sh b/retiolum/t/pigstarter/refresh_hosts.sh
index d4cbf877..0e53e1c0 100755
--- a/retiolum/t/pigstarter/refresh_hosts.sh
+++ b/retiolum/t/pigstarter/refresh_hosts.sh
@@ -1,4 +1,4 @@
#!/bin/sh
HOSTS_SRV=pigstarter.krebsco.de
HOSTS_PORT=5432
-curl $HOSTS_SRV:$HOSTS_PORT
+curl $HOSTS_SRV:$HOSTS_PORT | grep -q "Thank you for your patience"