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

Unified Diff: recipe_modules/python/example.expected/basic.json

Issue 2806373004: Enable strict coverage for json, path, platform, properties, raw_io (Closed)
Patch Set: rebase 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 | « recipe_modules/python/example.py ('k') | recipe_modules/raw_io/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/python/example.expected/basic.json
diff --git a/recipe_modules/python/example.expected/basic.json b/recipe_modules/python/example.expected/basic.json
index 43c4ba323d9e28b80b5df9276eab123690523716..3e4ab94165ac2c065288614b38bc85e5f100597a 100644
--- a/recipe_modules/python/example.expected/basic.json
+++ b/recipe_modules/python/example.expected/basic.json
@@ -37,6 +37,18 @@
"name": "run json.tool"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "print \"Hello World!\""
+ ],
+ "name": "inline",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@print \"Hello World!\"@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « recipe_modules/python/example.py ('k') | recipe_modules/raw_io/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698