| Index: tools/dartium/download_multivm.py
|
| diff --git a/tools/dartium/download_multivm.py b/tools/dartium/download_multivm.py
|
| index fd86c623c94fa13802f809d06ff8d7287739b577..a95f9f2546f6eaf9c2e8218528e9282d013178f2 100755
|
| --- a/tools/dartium/download_multivm.py
|
| +++ b/tools/dartium/download_multivm.py
|
| @@ -36,7 +36,8 @@ def main():
|
| target_dir = sys.argv[2]
|
| archive_dir = (os.environ['BUILDBOT_BUILDERNAME']
|
| .replace('linux', 'lucid64')
|
| - .replace('multivm', 'multivm-dartium'))
|
| + .replace('multivm', 'multivm-dartium')
|
| + .replace('perf', 'build'))
|
| utils = imp.load_source('utils', os.path.join(TOOLS_DIR, 'utils.py'))
|
| with utils.TempDir() as temp_dir:
|
| archive_file = archive_dir + '-' + revision + '.zip'
|
|
|