Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Side by Side Diff: recipe_modules/step/tests/stdio.expected/basic.json

Issue 2806363004: Enable strict coverage for step module (Closed)
Patch Set: review Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « recipe_modules/step/tests/stdio.py ('k') | recipe_modules/step/tests/subannotations.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "echo",
5 "Hello World"
6 ],
7 "name": "echo",
8 "stderr": "/path/to/tmp/",
9 "stdout": "/path/to/tmp/"
10 },
11 {
12 "cmd": [
13 "cat"
14 ],
15 "name": "cat",
16 "stdin": "hello",
17 "stdout": "/path/to/tmp/out"
18 },
19 {
20 "cmd": [
21 "echo",
22 "huh"
23 ],
24 "name": "automock",
25 "stdout": "/path/to/tmp/out"
26 },
27 {
28 "name": "$result",
29 "recipe_result": null,
30 "status_code": 0
31 }
32 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/tests/stdio.py ('k') | recipe_modules/step/tests/subannotations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698