 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| 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') |