blob: b739612c32a14f79a07f5d95b3b59784d8eb6d26 [file] [log] [blame] [edit]
[
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"truncate",
"[START_DIR]/some_file",
"300"
],
"infra_step": true,
"name": "truncate a file"
},
{
"cmd": [
"python",
"-u",
"RECIPE_MODULE[recipe_engine::file]/resources/fileutil.py",
"--json-output",
"/path/to/tmp/json",
"filesizes",
"[START_DIR]/some_file"
],
"infra_step": true,
"name": "size of some_file",
"~followup_annotations": [
"@@@STEP_LOG_LINE@filesizes@[START_DIR]/some_file: \t314572800@@@",
"@@@STEP_LOG_END@filesizes@@@"
]
},
{
"jsonResult": null,
"name": "$result"
}
]