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

Unified Diff: recipes/example/nested.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipes/example/nested.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/example/nested.expected/basic.json
diff --git a/recipes/example/nested.expected/basic.json b/recipes/example/nested.expected/basic.json
deleted file mode 100644
index b1cb0f35a42442515d3bb597b8888ee44b585a4f..0000000000000000000000000000000000000000
--- a/recipes/example/nested.expected/basic.json
+++ /dev/null
@@ -1,88 +0,0 @@
-[
- {
- "cmd": [],
- "name": "complicated thing"
- },
- {
- "cmd": [],
- "name": "complicated thing.first part",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@"
- ]
- },
- {
- "cmd": [
- "sleep",
- "1"
- ],
- "name": "complicated thing.first part.wait a bit",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@2@@@"
- ]
- },
- {
- "cmd": [
- "echo",
- "herpy"
- ],
- "name": "complicated thing.attempt number.one",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@"
- ]
- },
- {
- "cmd": [
- "echo",
- "derpy"
- ],
- "name": "complicated thing.attempt number.two",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@"
- ]
- },
- {
- "cmd": [],
- "name": "inherit status"
- },
- {
- "cmd": [],
- "name": "inherit status.inner step",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@",
- "@@@STEP_EXCEPTION@@@"
- ]
- },
- {
- "cmd": [],
- "name": "versatile status",
- "~followup_annotations": [
- "@@@STEP_FAILURE@@@"
- ]
- },
- {
- "cmd": [],
- "name": "versatile status.inner step",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@1@@@"
- ]
- },
- {
- "cmd": [],
- "name": "versatile status.inner step.even deeper",
- "~followup_annotations": [
- "@@@STEP_NEST_LEVEL@2@@@"
- ]
- },
- {
- "cmd": [
- "sleep",
- "1"
- ],
- "name": "simple thing"
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-]
« no previous file with comments | « recipes/example/nested.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698