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 |