Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: scripts/slave/recipes/findit/chromium/test.expected/use_build_parameter_for_tests.json

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/findit/chromium/test.expected/use_build_parameter_for_tests.json
diff --git a/scripts/slave/recipes/findit/chromium/test.expected/use_build_parameter_for_tests.json b/scripts/slave/recipes/findit/chromium/test.expected/use_build_parameter_for_tests.json
index ca7bb62209c75fe007197ece8797521f55121e67..4679c6bb1793c3445adc46bc2de42e1cec55e9bb 100644
--- a/scripts/slave/recipes/findit/chromium/test.expected/use_build_parameter_for_tests.json
+++ b/scripts/slave/recipes/findit/chromium/test.expected/use_build_parameter_for_tests.json
@@ -61,7 +61,7 @@
],
"cwd": "[BUILDER_CACHE]/mac",
"env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
},
"name": "bot_update",
"~followup_annotations": [
@@ -332,7 +332,7 @@
],
"cwd": "[BUILDER_CACHE]/mac",
"env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
},
"name": "test r2.bot_update",
"~followup_annotations": [
@@ -908,7 +908,7 @@
],
"cwd": "[BUILDER_CACHE]/mac",
"env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
},
"name": "test r3.bot_update",
"~followup_annotations": [
@@ -1484,7 +1484,7 @@
],
"cwd": "[BUILDER_CACHE]/mac",
"env": {
- "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
},
"name": "test r4.bot_update",
"~followup_annotations": [

Powered by Google App Engine
This is Rietveld 408576698