| Index: chrome/test/chromedriver/run_buildbot_steps.py
|
| diff --git a/chrome/test/chromedriver/run_buildbot_steps.py b/chrome/test/chromedriver/run_buildbot_steps.py
|
| index 5f7970d7a354bb76d689326c66f29a43b74a1ca6..87f560036e795eaf47dff7abf60ed2bfd573b886 100755
|
| --- a/chrome/test/chromedriver/run_buildbot_steps.py
|
| +++ b/chrome/test/chromedriver/run_buildbot_steps.py
|
| @@ -110,7 +110,7 @@ def MaybeRelease(revision):
|
| zip_path = os.path.join(temp_dir, zip_name)
|
| f = zipfile.ZipFile(zip_path, 'w', zipfile.ZIP_DEFLATED)
|
| f.write(server, server_name)
|
| - if util.IsLinux():
|
| + if util.IsLinux() or util.IsMac():
|
| adb_commands = os.path.join(_THIS_DIR, 'chrome', 'adb_commands.py')
|
| f.write(adb_commands, 'adb_commands.py')
|
| f.close()
|
|
|