Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: recipe_modules/file/examples/copytree.expected/basic.json

Issue 2993713003: Add file.filesizes to recipe engine core modules. (Closed)
Patch Set: -kwargs. Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/file/examples/copytree.py ('k') | recipe_modules/file/resources/fileutil.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « recipe_modules/file/examples/copytree.py ('k') | recipe_modules/file/resources/fileutil.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698