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

Unified Diff: scripts/slave/recipe_modules/generator_script/example.expected/basic.json

Issue 1347263002: Revert of Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 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: scripts/slave/recipe_modules/generator_script/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/generator_script/example.expected/basic.json b/scripts/slave/recipe_modules/generator_script/example.expected/basic.json
new file mode 100644
index 0000000000000000000000000000000000000000..2319446243e309c98cb921ead1f5ee998d6af9d1
--- /dev/null
+++ b/scripts/slave/recipe_modules/generator_script/example.expected/basic.json
@@ -0,0 +1,30 @@
+[
+ {
+ "cmd": [
+ "bogus",
+ "--output-json",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "gen step(bogus)",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@[@@@",
+ "@@@STEP_LOG_LINE@json.output@ {@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"echo\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"mock step binary\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ ], @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"name\": \"mock.step.binary\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ }@@@",
+ "@@@STEP_LOG_LINE@json.output@]@@@",
+ "@@@STEP_LOG_END@json.output@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "echo",
+ "mock step binary"
+ ],
+ "name": "mock.step.binary"
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698