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: |