Index: scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json |
diff --git a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json |
index 3f7b2603e66d7c2506d29871c7a3f6849a25d5fc..44b6e72312fbf9541b3320a9d9bd18c4d3343d63 100644 |
--- a/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json |
+++ b/scripts/slave/recipe_modules/archive/example.expected/cf_archiving_svn_with_git.json |
@@ -3,6 +3,26 @@ |
"cmd": [ |
"python", |
"-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "None/third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer", |
+ "[SLAVE_BUILD]/src/out/Release/llvm-symbolizer" |
+ ], |
+ "name": "Copy llvm-symbolizer" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
+ "None/third_party/llvm-build/Release+Asserts/bin/sancov", |
+ "[SLAVE_BUILD]/src/out/Release/sancov" |
+ ], |
+ "name": "Copy sancov" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys.argv[1]), f)\n", |
"[SLAVE_BUILD]/src/out/Release", |
"/path/to/tmp/json" |