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

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

Issue 2993713003: Add file.filesizes to recipe engine core modules. (Closed)
Patch Set: 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
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",

Powered by Google App Engine
This is Rietveld 408576698