Index: build/android/PRESUBMIT.py |
diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py |
index 2751f4a394ef63d74f9c962b72dee3700c8e89e3..d8e5ae34bb4e1d4a53f8e67b01c262a653f369af 100644 |
--- a/build/android/PRESUBMIT.py |
+++ b/build/android/PRESUBMIT.py |
@@ -40,7 +40,8 @@ def CommonChecks(input_api, output_api): |
output_api, |
white_list=[r'PRESUBMIT\.py$', r'buildbot/.*\.py$'], |
extra_paths_list=[ |
- J(), J('..', '..', 'third_party', 'android_testrunner')])) |
+ J(), J('..', '..', 'third_party', 'android_testrunner'), |
+ J('buildbot')])) |
output.extend(input_api.canned_checks.RunUnitTestsInDirectory( |
input_api, output_api, J('buildbot', 'tests'))) |