summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/distribution/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/distribution/run.py')
-rwxr-xr-xcpp/test/IceGrid/distribution/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/distribution/run.py b/cpp/test/IceGrid/distribution/run.py
index d15618d4891..43172dcf748 100755
--- a/cpp/test/IceGrid/distribution/run.py
+++ b/cpp/test/IceGrid/distribution/run.py
@@ -26,7 +26,7 @@ def icepatch2Calc(datadir, dirname):
icePatch2Calc = os.path.join(TestUtil.getServiceDir(), "icepatch2calc")
else:
icePatch2Calc = os.path.join(TestUtil.getCppBinDir(), "icepatch2calc")
- commandProc = TestUtil.spawn(icePatch2Calc + " " + os.path.join(datadir, dirname))
+ commandProc = TestUtil.spawn('"%s" "%s"' % (icePatch2Calc, os.path.join(datadir, dirname)))
commandProc.waitTestSuccess()
datadir = os.path.join(os.getcwd(), "data")