| 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..b185a8aac99b091a972df964fef3ac9893b24835 100644
|
| --- a/recipe_modules/file/examples/copytree.expected/basic.json
|
| +++ b/recipe_modules/file/examples/copytree.expected/basic.json
|
| @@ -98,6 +98,28 @@
|
| "infra_step": true,
|
| "name": "write cc"
|
| },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
|
| + "--json-output",
|
| + "/path/to/tmp/json",
|
| + "filesizes",
|
| + "a",
|
| + "aa",
|
| + "b",
|
| + "bb",
|
| + "c",
|
| + "cc"
|
| + ],
|
| + "infra_step": true,
|
| + "name": "check filesizes",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_END@filesizes@@@"
|
| + ]
|
| + },
|
| {
|
| "cmd": [
|
| "python",
|
|
|