| 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..09366fdb14908d6b97a9bdc270c507c63ffd84c9 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -149,8 +149,9 @@ def GetBotStepMap():
|
| B('perf-tests-rel', H(std_test_steps),
|
| 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'])),
|
| + T(['webkit_layout', 'webkit'], ['--auto-reconnect'])),
|
| + 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).
|
|
|