Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index 72bda44422bb8eb37cfa0b0d02b259d184d5191b..d10a68aaa65d75b6e0e3b363ffd77fa24ca349d8 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -150,7 +150,8 @@ def GetBotStepMap(): |
T([], ['--install=ChromiumTestShell'])), |
B('webkit-latest-webkit-tests', H(std_test_steps), |
T(['webkit_layout', 'webkit'])), |
- B('webkit-latest-contentshell', H(compile_step), T(['webkit_layout'])), |
+ B('webkit-latest-contentshell', H(compile_step), |
+ T(['webkit_layout'], ['--auto-reconnect'])), |
B('builder-unit-tests', H(compile_step), T(['unit'])), |
# Generic builder config (for substring match). |