Index: recipe_modules/shutil/example.expected/basic.json |
diff --git a/recipe_modules/shutil/example.expected/basic.json b/recipe_modules/shutil/example.expected/basic.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..072804a7e4398b355727cecdddc87f38ea010161 |
--- /dev/null |
+++ b/recipe_modules/shutil/example.expected/basic.json |
@@ -0,0 +1,23 @@ |
+[ |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
+ "foo" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "rmtree foo", |
+ "~followup_annotations": [ |
+ "@@@STEP_LOG_LINE@python.inline@@@@", |
+ "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
+ "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
+ "@@@STEP_LOG_END@python.inline@@@" |
+ ] |
+ }, |
+ { |
+ "name": "$result", |
+ "recipe_result": null, |
+ "status_code": 0 |
+ } |
+] |