diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 2 |
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). |