diff options
Diffstat (limited to 'py/test/Ice/faultTolerance/run.py')
-rwxr-xr-x | py/test/Ice/faultTolerance/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/faultTolerance/run.py b/py/test/Ice/faultTolerance/run.py index c309229ad5a..58712327666 100755 --- a/py/test/Ice/faultTolerance/run.py +++ b/py/test/Ice/faultTolerance/run.py @@ -37,7 +37,7 @@ for i in range(0, num): sys.stdout.flush() command = "python " + server + TestUtil.serverOptions + " %d" % (base + i) if TestUtil.debug: - print "(" + command + ")", + print "(" + command + ")", serverPipe = os.popen(command + " 2>&1") TestUtil.getServerPid(serverPipe) TestUtil.getAdapterReady(serverPipe) |