Index: scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json |
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json b/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json |
index c78d2ff9eb412d5ddcbd164e7ed2258228c122ec..e58301f9c6d1a1d65a7c2f33d91d2d73a302d359 100644 |
--- a/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json |
+++ b/scripts/slave/recipes/chromium.expected/dynamic_script_test_with_args.json |
@@ -143,15 +143,6 @@ |
"cmd": [ |
"python", |
"-u", |
- "[BUILD]/scripts/slave/cleanup_temp.py" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "name": "cleanup_temp" |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
"[SLAVE_BUILD]/src/out/Release" |
], |
@@ -190,6 +181,15 @@ |
"cmd": [ |
"python", |
"-u", |
+ "[BUILD]/scripts/slave/cleanup_temp.py" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "cleanup_temp" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"[SLAVE_BUILD]/src/testing/scripts/gtest_perf_test.py", |
"--build-config-fs", |
"Release", |