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

Unified Diff: scripts/slave/recipe_modules/commit_position/example.expected/valid.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/recipe_modules/commit_position/example.expected/valid.json
diff --git a/scripts/slave/recipe_modules/commit_position/example.expected/valid.json b/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
index 620a7027f91ee990548b5b7a68325d9bd02b8465..10f29244b9caf4dcac09d95359282c4cf2e50901 100644
--- a/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
+++ b/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
@@ -4,6 +4,7 @@
"/bin/echo",
"refs/heads/master"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "test branch parse"
},
{
@@ -11,6 +12,7 @@
"/bin/echo",
"12345"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "test revision parse"
},
{
@@ -18,6 +20,7 @@
"/bin/echo",
"refs/heads/master@{#12345}"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "test construction"
}
]

Powered by Google App Engine
This is Rietveld 408576698