Chromium Code Reviews| Index: recipes/bottom.expected/basic.json |
| diff --git a/recipes/bottom.expected/basic.json b/recipes/bottom.expected/basic.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d8fdbf833e264f7ba758462470a433dbaea61143 |
| --- /dev/null |
| +++ b/recipes/bottom.expected/basic.json |
| @@ -0,0 +1,18 @@ |
| +[ |
| + { |
| + "cmd": [ |
| + "bc" |
| + ], |
| + "cwd": "[SLAVE_BUILD]", |
| + "name": "calc it", |
| + "stdin": "3*2\n", |
| + "stdout": "/path/to/tmp/out" |
| + }, |
| + { |
| + "name": "$result", |
| + "recipe_result": { |
| + "number_times_two": 6 |
| + }, |
| + "status_code": 0 |
| + } |
| +] |