| Index: scripts/slave/recipes/skia/swarm_test.expected/adb_in_path.json
|
| diff --git a/scripts/slave/recipes/skia/swarm_test.expected/adb_in_path.json b/scripts/slave/recipes/skia/swarm_test.expected/adb_in_path.json
|
| index 0a9c3bc6c269573fb6698f89f376a100e02f162a..ee8d341deda1c0dab9d476a7123c28484038ee3d 100644
|
| --- a/scripts/slave/recipes/skia/swarm_test.expected/adb_in_path.json
|
| +++ b/scripts/slave/recipes/skia/swarm_test.expected/adb_in_path.json
|
| @@ -295,10 +295,20 @@
|
| "python",
|
| "-u",
|
| "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| - "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
|
| + "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
|
| "/path/to/tmp/"
|
| ],
|
| - "name": "Get downloaded SK_IMAGE_VERSION"
|
| + "name": "Get downloaded skimage VERSION"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "42",
|
| + "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
|
| + ],
|
| + "name": "write SK_IMAGE_VERSION"
|
| },
|
| {
|
| "cmd": [
|
|
|