Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1496)

Unified Diff: tools/mb/mb.py

Issue 2557673005: Roll chromium_revision 3cd4e5505f..b4a2bcaef4 (436604:437198) (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « DEPS ('k') | tools/mb/mb_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698