Index: scripts/slave/recipe_modules/properties/example.expected/basic.json |
diff --git a/scripts/slave/recipe_modules/properties/example.expected/basic.json b/scripts/slave/recipe_modules/properties/example.expected/basic.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cb2c11f3c8b57ddfc35c4179768a7f1cc12599ff |
--- /dev/null |
+++ b/scripts/slave/recipe_modules/properties/example.expected/basic.json |
@@ -0,0 +1,18 @@ |
+[ |
+ { |
+ "cmd": [ |
+ "echo", |
+ "{'key': 'value'}" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "echo" |
+ }, |
+ { |
+ "cmd": [ |
+ "echo", |
+ "{'recipe': 'properties:example', 'test_prop': {'key': 'value'}}" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "echo all" |
+ } |
+] |