aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/gsutil/examples/full.expected/gsutil_tests.json
blob: c29e1c4612cca66158578e33d5f5ed7ac0441cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "cmd": [
      "gsutil",
      "cp",
      "-Z",
      "/foo/file",
      "gs://bar-bucket/file"
    ],
    "name": "upload test file"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]