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