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

Unified Diff: scripts/slave/runtest.py

Issue 75493004: Spawn DBus by default as a workaround on all Linux bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 7 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/runtest.py
diff --git a/scripts/slave/runtest.py b/scripts/slave/runtest.py
index 40691ae65cf4e28f370034a6f084d3e11747491b..df0ad8d416dd999fb9e4071bc998672c5401c01f 100755
--- a/scripts/slave/runtest.py
+++ b/scripts/slave/runtest.py
@@ -1155,7 +1155,7 @@ def main():
option_parser.add_option('--extra-sharding-args', default='',
help='Extra options for run_test_cases.py.')
option_parser.add_option('--spawn-dbus', action='store_true',
- default=False,
ghost stip (do not use) 2013/11/18 23:24:33 then, if this sticks we can remove it from GPU cor
Ken Russell (switch to Gerrit) 2013/11/18 23:37:30 Yes. I'll take care of that if so.
+ default=True,
help='Work around GLib DBus bug by '
'manually spawning dbus-launch')
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698