Index: scripts/slave/recipes/skia/swarm_test.expected/legacy_skimage_version.json |
diff --git a/scripts/slave/recipes/skia/swarm_test.expected/legacy_skimage_version.json b/scripts/slave/recipes/skia/swarm_test.expected/legacy_skimage_version.json |
index df1d88005f4c1e3ccf6cd0aeb94ab2298fdffb8e..d58c6b0bd334e3652efadc0dfc732ee9e3779008 100644 |
--- a/scripts/slave/recipes/skia/swarm_test.expected/legacy_skimage_version.json |
+++ b/scripts/slave/recipes/skia/swarm_test.expected/legacy_skimage_version.json |
@@ -49,10 +49,20 @@ |
"python", |
"-u", |
"\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
- "[SLAVE_BUILD]/tmp/SKP_VERSION", |
+ "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
"/path/to/tmp/" |
], |
- "name": "Get downloaded SKP_VERSION" |
+ "name": "Get downloaded SKP VERSION" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "42", |
+ "[SLAVE_BUILD]/tmp/SKP_VERSION" |
+ ], |
+ "name": "write SKP_VERSION" |
}, |
{ |
"cmd": [ |
@@ -188,7 +198,7 @@ |
"--resourcePath", |
"[SLAVE_BUILD]/skia/resources", |
"--skps", |
- "[SLAVE_BUILD]/skps", |
+ "[SLAVE_BUILD]/skp", |
"--images", |
"[SLAVE_BUILD]/images/dm", |
"--colorImages", |