From c35697fb275246428b0896af0d995519ec20c476 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Thu, 12 Mar 2009 02:01:55 +0800 Subject: http://bugzilla/bugzilla/show_bug.cgi?id=3808 - odd output in IceGrid/activation test. Squashed commit of the following: commit 201ba9220339ff3a1a828b16782bf78d39949ed7 Author: Matthew Newhook Date: Thu Mar 12 01:51:20 2009 +0800 Delay the start of the reading thread until "ok" has been printed. commit a5eadfe584720f93502fffcd08ef40acab5416c6 Author: Matthew Newhook Date: Thu Mar 12 00:52:17 2009 +0800 added missing flush. --- scripts/IceGridAdmin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/IceGridAdmin.py') diff --git a/scripts/IceGridAdmin.py b/scripts/IceGridAdmin.py index bb1f7beb3d0..efb2e2a97c9 100644 --- a/scripts/IceGridAdmin.py +++ b/scripts/IceGridAdmin.py @@ -214,8 +214,9 @@ def iceGridTest(application, additionalOptions = "", applicationOptions = ""): print "ok" print "starting client...", - clientProc = TestUtil.startClient(client, clientOptions, TestUtil.DriverConfig("client")) + clientProc = TestUtil.startClient(client, clientOptions, TestUtil.DriverConfig("client"), startReader = False) print "ok" + clientProc.startReader() clientProc.waitTestSuccess() -- cgit v1.2.3