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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 9e42b2aebed1ed5be5db8b8e076614f1861fc736..5077d3c68925bfa785670f17a9062a978f08f76b 100644
--- a/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
+++ b/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
@@ -6,7 +6,7 @@
"--position",
"01234567890abcdef01234567890abcdef01234567"
],
- "cwd": "[TMP]/fake_checkout_tmp_1",
+ "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
"name": "resolving hash 01234567890abcdef01234567890abcdef01234567",
"stdout": "/path/to/tmp/"
},
@@ -15,6 +15,7 @@
"/bin/echo",
"refs/heads/master"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "test branch parse"
},
{
@@ -22,6 +23,7 @@
"/bin/echo",
"12345"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "test revision parse"
},
{
@@ -29,6 +31,7 @@
"/bin/echo",
"refs/heads/master@{#12345}"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "test construction"
},
{
« no previous file with comments | « scripts/slave/recipe_modules/cipd/test_api.py ('k') | scripts/slave/recipe_modules/cronet/example.expected/local_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698