diff options
Diffstat (limited to 'cpp/test/IceStorm/federation/run.py')
-rwxr-xr-x | cpp/test/IceStorm/federation/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceStorm/federation/run.py b/cpp/test/IceStorm/federation/run.py index eb8998394b5..36f479fb2b3 100755 --- a/cpp/test/IceStorm/federation/run.py +++ b/cpp/test/IceStorm/federation/run.py @@ -53,7 +53,7 @@ def doTest(batch): command = subscriber + batchOptions + TestUtil.clientServerOptions + iceStormReference if TestUtil.debug: - print "(" + command + ")", + print "(" + command + ")", subscriberPipe = os.popen(command + " 2>&1") TestUtil.getServerPid(subscriberPipe) TestUtil.getAdapterReady(subscriberPipe) @@ -64,7 +64,7 @@ def doTest(batch): # command = publisher + TestUtil.clientOptions + iceStormReference if TestUtil.debug: - print "(" + command + ")", + print "(" + command + ")", publisherPipe = os.popen(command + " 2>&1") TestUtil.printOutputFromPipe(publisherPipe) |