| Index: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json
|
| diff --git a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json
|
| index 6fc8f4eb5fe0b26879ce96d43c23e60017d32815..de32817bdc62d6da0236930beb08ecfabacec237 100644
|
| --- a/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json
|
| +++ b/infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json
|
| @@ -41,6 +41,26 @@
|
| },
|
| {
|
| "cmd": [
|
| + "python",
|
| + "-u",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "[SLAVE_BUILD]/skia/infra/bots/assets/svg/VERSION",
|
| + "/path/to/tmp/"
|
| + ],
|
| + "name": "Get downloaded SVG VERSION"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
|
| + "42",
|
| + "[SLAVE_BUILD]/tmp/SVG_VERSION"
|
| + ],
|
| + "name": "write SVG_VERSION"
|
| + },
|
| + {
|
| + "cmd": [
|
| "[SLAVE_BUILD]/out/Release/dm",
|
| "--undefok",
|
| "--resourcePath",
|
|
|