Revision: 9450
Author:   [email protected]
Date:     Tue Sep 27 05:12:25 2011
Log:      Fix passing of --special-command flag in test wrapper.

[email protected]

Review URL: http://codereview.chromium.org/8056004
http://code.google.com/p/v8/source/detail?r=9450

Modified:
 /branches/bleeding_edge/tools/test-wrapper-gypbuild.py

=======================================
--- /branches/bleeding_edge/tools/test-wrapper-gypbuild.py Mon Sep 19 11:36:47 2011 +++ /branches/bleeding_edge/tools/test-wrapper-gypbuild.py Tue Sep 27 05:12:25 2011
@@ -169,7 +169,7 @@
   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

Reply via email to