Index: scripts/slave/recipes/chromium.expected/msan.json |
diff --git a/scripts/slave/recipes/chromium.expected/msan.json b/scripts/slave/recipes/chromium.expected/msan.json |
index 43a1cb4511bb5a6b1ee535d528bd0241d16a9d02..a36396df33404c8726b25ee1991c11689d26e8ad 100644 |
--- a/scripts/slave/recipes/chromium.expected/msan.json |
+++ b/scripts/slave/recipes/chromium.expected/msan.json |
@@ -139,15 +139,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" |
], |
@@ -183,6 +174,15 @@ |
"name": "extract build" |
}, |
{ |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[BUILD]/scripts/slave/cleanup_temp.py" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "cleanup_temp" |
+ }, |
+ { |
"allow_subannotations": true, |
"cmd": [ |
"python", |