Reviewers: Jakob,
Message:
PTAL.
Description:
Fix passing of --special-command flag in test wrapper.
[email protected]
Please review this at http://codereview.chromium.org/8056004/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M tools/test-wrapper-gypbuild.py
Index: tools/test-wrapper-gypbuild.py
diff --git a/tools/test-wrapper-gypbuild.py b/tools/test-wrapper-gypbuild.py
index
51ff791d35a5d9f30991c724871d3476f63c61d5..a990b7ee59831045c4b88f627397a25d3605ad72
100755
--- a/tools/test-wrapper-gypbuild.py
+++ b/tools/test-wrapper-gypbuild.py
@@ -169,7 +169,7 @@ def PassOnOptions(options):
if options.snapshot:
result += ['--snapshot']
if options.special_command:
- result += ['--special-command=' + options.special_command]
+ result += ['--special-command="%s"' % options.special_command]
if options.valgrind:
result += ['--valgrind']
if options.cat:
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev