summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/federation/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceStorm/federation/run.py')
-rwxr-xr-xcpp/test/IceStorm/federation/run.py4
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)