| Index: tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py
|
| diff --git a/tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py b/tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py
|
| index f660f1f6221ce70ced1f3ee73c47ad482a63cf9a..c2e1531484c71e7726bd3644081725f5deebfd4c 100755
|
| --- a/tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py
|
| +++ b/tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py
|
| @@ -32,8 +32,8 @@ def main(argv):
|
| options, _ = parser.parse_args()
|
|
|
| if not options.known_bugs:
|
| - options.known_bugs = os.path.join(constants.CHROME_DIR, 'tools', 'android',
|
| - 'findbugs_plugin', 'test',
|
| + options.known_bugs = os.path.join(constants.DIR_SOURCE_ROOT, 'tools',
|
| + 'android', 'findbugs_plugin', 'test',
|
| 'expected_result.txt')
|
| if not options.only_analyze:
|
| options.only_analyze = 'org.chromium.tools.findbugs.plugin.*'
|
|
|