summaryrefslogtreecommitdiff
path: root/demoscript/IceGrid/simple.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-02-06 13:35:19 -0330
committerDwayne Boone <dwayne@zeroc.com>2008-02-06 13:35:19 -0330
commit73dd95d13f385b179dce2f1c9dfd0ed165c508a2 (patch)
treea8d952dbe92dbefa3b2e985dd3a61398ea6e9748 /demoscript/IceGrid/simple.py
parentDemo fixes (diff)
downloadice-73dd95d13f385b179dce2f1c9dfd0ed165c508a2.tar.bz2
ice-73dd95d13f385b179dce2f1c9dfd0ed165c508a2.tar.xz
ice-73dd95d13f385b179dce2f1c9dfd0ed165c508a2.zip
Fixed for slow java startup
Diffstat (limited to 'demoscript/IceGrid/simple.py')
-rwxr-xr-xdemoscript/IceGrid/simple.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/demoscript/IceGrid/simple.py b/demoscript/IceGrid/simple.py
index b28087fe549..1def7dc500b 100755
--- a/demoscript/IceGrid/simple.py
+++ b/demoscript/IceGrid/simple.py
@@ -82,6 +82,8 @@ def run(clientStr, desc = 'application'):
print "testing client...",
sys.stdout.flush()
+ admin.sendline('server start SimpleServer-1')
+
client = demoscript.Util.spawn(clientStr)
client.expect('==>')
client.sendline('t')