Index: recipe_modules/tryserver/example.expected/with_svn_patch.json |
diff --git a/recipe_modules/tryserver/example.expected/with_svn_patch.json b/recipe_modules/tryserver/example.expected/with_svn_patch.json |
index 1046c033953d50d0e07d978b5639af5ce4ccd8c0..d78427772952d2dccb03b635528ac6d35bef5c87 100644 |
--- a/recipe_modules/tryserver/example.expected/with_svn_patch.json |
+++ b/recipe_modules/tryserver/example.expected/with_svn_patch.json |
@@ -7,7 +7,6 @@ |
"svn://checkout.url", |
"/path/to/tmp/diff" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "download patch", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@patch.diff@fake patch.diff content (line 1)@@@", |
@@ -20,14 +19,13 @@ |
"cmd": [ |
"patch", |
"--dir", |
- "[SLAVE_BUILD]", |
+ "[CWD]", |
"--force", |
"--forward", |
"--remove-empty-files", |
"--strip", |
"0" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "apply patch", |
"stdin": "fake patch.diff content (line 1)\nfake patch.diff content (line 2)\n" |
}, |
@@ -38,7 +36,7 @@ |
"--cached", |
"--name-only" |
], |
- "cwd": "[SLAVE_BUILD]", |
+ "cwd": "[CWD]", |
"name": "git diff to analyze patch", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -54,7 +52,6 @@ |
"-u", |
"import sys; sys.exit(1)" |
], |
- "cwd": "[SLAVE_BUILD]", |
"name": "fail", |
"~followup_annotations": [ |
"step returned non-zero exit code: 1", |