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

Unified Diff: scripts/slave/recipe_modules/commit_position/example.expected/valid.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 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 5077d3c68925bfa785670f17a9062a978f08f76b..a25bc8688644c1788d1d42884af8f01ede78bb58 100644
--- a/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
+++ b/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
@@ -15,7 +15,6 @@
"/bin/echo",
"refs/heads/master"
],
- "cwd": "[SLAVE_BUILD]",
"name": "test branch parse"
},
{
@@ -23,7 +22,6 @@
"/bin/echo",
"12345"
],
- "cwd": "[SLAVE_BUILD]",
"name": "test revision parse"
},
{
@@ -31,7 +29,6 @@
"/bin/echo",
"refs/heads/master@{#12345}"
],
- "cwd": "[SLAVE_BUILD]",
"name": "test construction"
},
{

Powered by Google App Engine
This is Rietveld 408576698