Index: tools/mb/mb.py |
diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
index 5ba094a2b271f7f07e06f2165ec88057577ceacc..54d816db3a622923cdc91df3a6b431b9ab7e9f9b 100755 |
--- a/tools/mb/mb.py |
+++ b/tools/mb/mb.py |
@@ -1142,7 +1142,7 @@ class MetaBuildWrapper(object): |
executable_suffix = '.exe' if self.platform == 'win32' else '' |
executable = executable_prefix + target + executable_suffix |
- cmdline = (['../../testing/xvfb.py', '.'] if xvfb else |
+ cmdline = (['../../testing/xvfb.py'] if xvfb else |
['../../testing/test_env.py']) |
if memcheck: |
cmdline += memcheck_cmdline |