Index: recipe_modules/properties/example.expected/basic.json |
diff --git a/recipe_modules/properties/example.expected/basic.json b/recipe_modules/properties/example.expected/basic.json |
index eb47eaa3dd4afe373e0db763192ec67ab90cdbf6..a19e28ddfd499bf47bb1f4ac22836d274f9a6f57 100644 |
--- a/recipe_modules/properties/example.expected/basic.json |
+++ b/recipe_modules/properties/example.expected/basic.json |
@@ -4,6 +4,7 @@ |
"echo", |
"{'key': 'value'}" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "echo" |
}, |
{ |
@@ -11,6 +12,7 @@ |
"echo", |
"[('recipe', 'properties:example'), ('test_prop', {'key': 'value'})]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "echo all" |
}, |
{ |