| Index: testing/scripts/host_info.py
|
| diff --git a/testing/scripts/host_info.py b/testing/scripts/host_info.py
|
| index b3131d8fb5c7ffd1ad077e24a20f55ee2c1ce5d1..080437784b29bb7f96dafa3ec002c69cb36509f7 100755
|
| --- a/testing/scripts/host_info.py
|
| +++ b/testing/scripts/host_info.py
|
| @@ -66,7 +66,9 @@ def get_device_info(args, failures):
|
| 'android',
|
| 'buildbot',
|
| 'bb_device_status_check.py'),
|
| - '--json-output', tempfile_path])
|
| + '--json-output', tempfile_path,
|
| + '--blacklist-file', os.path.join(
|
| + args.paths['checkout'], 'out', 'bad_devices.json')])
|
|
|
| if rc:
|
| failures.append('bb_device_status_check')
|
|
|