Index: recipes/engine_tests/subannotations.expected/basic.json |
diff --git a/recipes/engine_tests/subannotations.expected/basic.json b/recipes/engine_tests/subannotations.expected/basic.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7e60cd8050eccfb94b3fb57ce472ed902d7fa563 |
--- /dev/null |
+++ b/recipes/engine_tests/subannotations.expected/basic.json |
@@ -0,0 +1,22 @@ |
+[ |
+ { |
+ "cmd": [ |
+ "echo", |
+ "@@@BUILD_STEP@steppy@@@" |
+ ], |
+ "name": "Dont subannotate me" |
+ }, |
+ { |
+ "allow_subannotations": true, |
+ "cmd": [ |
+ "echo", |
+ "@@@BUILD_STEP@pippy@@@" |
+ ], |
+ "name": "Subannotate me" |
+ }, |
+ { |
+ "name": "$result", |
+ "recipe_result": null, |
+ "status_code": 0 |
+ } |
+] |