| Index: tools/dartium/upload_steps.py
|
| diff --git a/tools/dartium/upload_steps.py b/tools/dartium/upload_steps.py
|
| index 3d54409b12ab7321c689b57eb1ba14c96563d060..8665f843928a9c3fe47c015d28ae41a09446f9df 100755
|
| --- a/tools/dartium/upload_steps.py
|
| +++ b/tools/dartium/upload_steps.py
|
| @@ -174,7 +174,7 @@ def Upload(module, zip_file, info, archive_latest=False):
|
| sys.platform,
|
| info.arch,
|
| info.mode.lower())
|
| - UploadFile(zip_file, remote_path, create_md5sum=True)
|
| + UploadFile(zip_file, remote_path, checksum_files=True)
|
|
|
| print '@@@STEP_LINK@download@' + remote_path + '@@@'
|
|
|
|
|