| Index: scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json
|
| diff --git a/scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json b/scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json
|
| index 5a89f410482238c127b968794bc40c8040d6e83f..0b33fe7a04493e60cac1e020f0cafdbd19c3ec46 100644
|
| --- a/scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json
|
| +++ b/scripts/slave/recipe_modules/auto_bisect/example.expected/invalid_config.json
|
| @@ -6,7 +6,7 @@
|
| "refs/heads/master",
|
| "refs/remotes/origin/master"
|
| ],
|
| - "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP]/fake_checkout_tmp_1",
|
| "name": "git update-ref"
|
| },
|
| {
|
| @@ -15,12 +15,11 @@
|
| "checkout",
|
| "master"
|
| ],
|
| - "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
|
| + "cwd": "[TMP]/fake_checkout_tmp_1",
|
| "name": "git checkout"
|
| },
|
| {
|
| "cmd": [],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "config",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
|
| @@ -51,7 +50,6 @@
|
| "-u",
|
| "import sys; sys.exit(1)"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "Recipe failed. Reason: Invalid value 'not a valid revision' for \"good_revision\".",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
|
|
|