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" |
}, |
{ |