Index: scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json |
diff --git a/scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json b/scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json |
index 9cc3038a69beaf4625f63272c359502ac90e5a32..88b36cf55fa3276af7bb35fd3dc6cb01c730cdbf 100644 |
--- a/scripts/slave/recipes/skia/swarm_test.expected/failed_dm.json |
+++ b/scripts/slave/recipes/skia/swarm_test.expected/failed_dm.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": [ |
@@ -198,7 +208,7 @@ |
"--resourcePath", |
"[SLAVE_BUILD]/skia/resources", |
"--skps", |
- "[SLAVE_BUILD]/skps", |
+ "[SLAVE_BUILD]/skp", |
"--images", |
"[SLAVE_BUILD]/skimage/dm", |
"--colorImages", |