Commit 9145f91a authored by friedman's avatar friedman Committed by Commit bot

Dont require /home/chrome-bot

R=navabi@chromium.org
NOTRY=true
BUG=460630

Review URL: https://codereview.chromium.org/946733002

Cr-Commit-Position: refs/heads/master@{#317448}
parent a19b1988
......@@ -337,6 +337,7 @@ def main():
zip(*[DeviceInfo(dev, options) for dev in devices]))
# Write device info to file for buildbot info display.
if os.path.exists('/home/chrome-bot'):
with open('/home/chrome-bot/.adb_device_info', 'w') as f:
for device in json_data:
f.write('%s %s %s %.1fC %s%%\n' % (device['serial'], device['type'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment