| Index: scripts/slave/recipe_modules/gsutil/example.py
|
| diff --git a/scripts/slave/recipe_modules/gsutil/example.py b/scripts/slave/recipe_modules/gsutil/example.py
|
| index 438f7b2763c623a2c282e8ab2bbdd5988c92397c..01a65c6deee73f4254f341e54ab52587e390be17 100644
|
| --- a/scripts/slave/recipe_modules/gsutil/example.py
|
| +++ b/scripts/slave/recipe_modules/gsutil/example.py
|
| @@ -57,6 +57,10 @@ def RunSteps(api):
|
| 'local/path/for/download',
|
| 15,
|
| 600)
|
| + api.gsutil.download_latest_file('gs://chromium-recipe-test/foo',
|
| + 'gs://chromium-recipe-test/foo/b',
|
| + 'local/path/for/download')
|
| + api.gsutil.list('gs://chromium-recipe-test/foo')
|
|
|
|
|
| def GenTests(api):
|
|
|