From fe15675f87e3bf3976ea17d0e624c6effdebe5d7 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Fri, 11 Dec 2009 13:53:15 -0800 Subject: more PHP fixes --- scripts/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/TestUtil.py') 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). -- cgit v1.2.3