| Index: build/android/buildbot/bb_device_status_check.py
|
| diff --git a/build/android/buildbot/bb_device_status_check.py b/build/android/buildbot/bb_device_status_check.py
|
| index db4bb021ae484b3bfadac7fec554a6156665d07e..fbe4849c2a0ed704cba5da9f58d1da5fb99a6bc9 100755
|
| --- a/build/android/buildbot/bb_device_status_check.py
|
| +++ b/build/android/buildbot/bb_device_status_check.py
|
| @@ -186,8 +186,7 @@ def main():
|
| parser = optparse.OptionParser()
|
| parser.add_option('', '--out-dir',
|
| help='Directory where the device path is stored',
|
| - default=os.path.join(os.path.dirname(__file__), '..',
|
| - '..', 'out'))
|
| + default=os.path.join(constants.DIR_SOURCE_ROOT, 'out'))
|
| parser.add_option('--no-provisioning-check',
|
| help='Will not check if devices are provisioned properly.')
|
|
|
|
|