| 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 620a7027f91ee990548b5b7a68325d9bd02b8465..10f29244b9caf4dcac09d95359282c4cf2e50901 100644
|
| --- a/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
|
| +++ b/scripts/slave/recipe_modules/commit_position/example.expected/valid.json
|
| @@ -4,6 +4,7 @@
|
| "/bin/echo",
|
| "refs/heads/master"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "test branch parse"
|
| },
|
| {
|
| @@ -11,6 +12,7 @@
|
| "/bin/echo",
|
| "12345"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "test revision parse"
|
| },
|
| {
|
| @@ -18,6 +20,7 @@
|
| "/bin/echo",
|
| "refs/heads/master@{#12345}"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "test construction"
|
| }
|
| ]
|
|
|