Chromium Code Reviews

Side by Side Diff: recipe_modules/step/tests/defer.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.
Jump to:
View unified diff |
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "echo", 4 "echo",
5 "testa" 5 "testa"
6 ], 6 ],
7 "name": "testa" 7 "name": "testa"
8 }, 8 },
9 { 9 {
10 "cmd": [ 10 "cmd": [
11 "echo", 11 "echo",
12 "testb" 12 "testb"
13 ], 13 ],
14 "name": "testb" 14 "name": "testb"
15 }, 15 },
16 { 16 {
17 "name": "$result", 17 "name": "$result",
18 "recipe_result": null, 18 "recipe_result": null,
19 "status_code": 0 19 "status_code": 0
20 } 20 }
21 ] 21 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/tests/defer.py ('k') | recipe_modules/step/tests/defer.expected/one_fail.json » ('j') | no next file with comments »

Powered by Google App Engine