summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2014-11-16 23:40:29 +0100
committerJan Lehnardt <jan@apache.org>2014-11-16 23:40:29 +0100
commitf51b9ce6997d0bf3302764a25962d9ba0a856718 (patch)
tree87beac9593cf1d6d481397520258125ce3ecd3cb
parent73fc64aeb2c9cdee9ee31b4a5ae601024973aeb3 (diff)
downloadcouchdb-f51b9ce6997d0bf3302764a25962d9ba0a856718.tar.gz
print msg when dev cluster is up
-rwxr-xr-xdev/run1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/run b/dev/run
index e357f512e..954596585 100755
--- a/dev/run
+++ b/dev/run
@@ -225,6 +225,7 @@ def boot_nodes():
for i in range(30):
if all_nodes_alive(N):
+ print "Cluster is up, go to http://127.0.0.1:15984/_utils"
break
time.sleep(1)