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

Unified Diff: scripts/slave/recipes/example/hierarchical.expected/basic.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 8 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/example/hierarchical.expected/basic.json
diff --git a/scripts/slave/recipes/example/hierarchical.expected/basic.json b/scripts/slave/recipes/example/hierarchical.expected/basic.json
index 755df5f192c6ecdb86b0b4a516ff996b42a15866..991de508536b29c479d31ac82fa890d2b3a34bc5 100644
--- a/scripts/slave/recipes/example/hierarchical.expected/basic.json
+++ b/scripts/slave/recipes/example/hierarchical.expected/basic.json
@@ -4,6 +4,7 @@
"echo",
"testa"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"climate": "rainy",
"mood": "excellent"
@@ -15,6 +16,7 @@
"echo",
"testb"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"climate": "sunny",
"mood": "excellent"

Powered by Google App Engine
This is Rietveld 408576698