| 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 c729ca2d5f87a0ab5243b24b3ea8b6533ae200a0..1fc22188b667fa76fdd9d6a57daa876cf6e565af 100755
|
| --- a/build/android/buildbot/bb_run_bot.py
|
| +++ b/build/android/buildbot/bb_run_bot.py
|
| @@ -115,7 +115,7 @@ def GetCommands(options, bot_config):
|
|
|
| def GetBotStepMap():
|
| compile_step = ['compile']
|
| - std_host_tests = ['check_webview_licenses', 'findbugs']
|
| + std_host_tests = ['check_webview_licenses', 'findbugs', 'lint']
|
| std_build_steps = ['compile', 'zip_build']
|
| std_test_steps = ['extract_build']
|
| std_tests = ['ui', 'unit']
|
|
|