| Index: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/basic.json
|
| diff --git a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/basic.json b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/basic.json
|
| index f743f8f970f3319c28a0c9e19fa6592523efe467..aa9a1ec588d514be5fc676ab74029dc01f4fde70 100644
|
| --- a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/basic.json
|
| +++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/basic.json
|
| @@ -190,7 +190,8 @@
|
| "simulation_test"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "recipe_engine tests"
|
| + "name": "recipe_engine tests",
|
| + "stdout": "/path/to/tmp/"
|
| },
|
| {
|
| "cmd": [
|
| @@ -202,7 +203,8 @@
|
| "simulation_test"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "build tests"
|
| + "name": "build tests",
|
| + "stdout": "/path/to/tmp/"
|
| },
|
| {
|
| "name": "$result",
|
|
|