summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-12-11 13:53:15 -0800
committerMark Spruiell <mes@zeroc.com>2009-12-11 13:53:15 -0800
commitfe15675f87e3bf3976ea17d0e624c6effdebe5d7 (patch)
tree2bf6eb22997cf808b95762866ad777f68c11b66b /scripts/TestUtil.py
parenttypo. (diff)
downloadice-fe15675f87e3bf3976ea17d0e624c6effdebe5d7.tar.bz2
ice-fe15675f87e3bf3976ea17d0e624c6effdebe5d7.tar.xz
ice-fe15675f87e3bf3976ea17d0e624c6effdebe5d7.zip
more PHP fixes
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 8bdf76181d2..ac66093efde 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -824,7 +824,7 @@ def getCommandLine(exe, config):
elif config.lang == "py":
print >>output, sys.executable, '"%s"' % exe,
elif config.lang == "php" and config.type == "client":
- print >>output, phpCmd, "-c tmp.ini -f'"+ exe +"' -- ",
+ print >>output, phpCmd, "-c tmp.ini -f \""+ exe +"\" -- ",
elif config.lang == "cpp" and config.valgrind:
# --child-silent-after-fork=yes is required for the IceGrid/activator test where the node
# forks a process with execv failing (invalid exe name).