| Index: recipe_modules/file/examples/copytree.expected/basic.json
|
| diff --git a/recipe_modules/file/examples/copytree.expected/basic.json b/recipe_modules/file/examples/copytree.expected/basic.json
|
| index 6dcc7a9c274a326291cac096867b1945098814bb..854e0efb11a82886c257e08f01aede26eabcf94b 100644
|
| --- a/recipe_modules/file/examples/copytree.expected/basic.json
|
| +++ b/recipe_modules/file/examples/copytree.expected/basic.json
|
| @@ -98,6 +98,34 @@
|
| "infra_step": true,
|
| "name": "write cc"
|
| },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
| + "--json-output",
|
| + "/path/to/tmp/json",
|
| + "filesizes",
|
| + "[START_DIR]/some dir/a",
|
| + "[START_DIR]/some dir/aa",
|
| + "[START_DIR]/some dir/b",
|
| + "[START_DIR]/some dir/bb",
|
| + "[START_DIR]/some dir/c",
|
| + "[START_DIR]/some dir/cc"
|
| + ],
|
| + "infra_step": true,
|
| + "name": "check filesizes",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@filesizes@[START_DIR]/some dir/a: \t111@@@",
|
| + "@@@STEP_LOG_LINE@filesizes@[START_DIR]/some dir/aa: \t221@@@",
|
| + "@@@STEP_LOG_LINE@filesizes@[START_DIR]/some dir/b: \t333@@@",
|
| + "@@@STEP_LOG_LINE@filesizes@[START_DIR]/some dir/bb: \t438@@@",
|
| + "@@@STEP_LOG_LINE@filesizes@[START_DIR]/some dir/c: \t551@@@",
|
| + "@@@STEP_LOG_LINE@filesizes@[START_DIR]/some dir/cc: \t666@@@",
|
| + "@@@STEP_LOG_END@filesizes@@@"
|
| + ]
|
| + },
|
| {
|
| "cmd": [
|
| "python",
|
|
|