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

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

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Roll to latest recipes-py 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
deleted file mode 100644
index 2319446243e309c98cb921ead1f5ee998d6af9d1..0000000000000000000000000000000000000000
--- a/scripts/slave/recipe_modules/generator_script/example.expected/basic.json
+++ /dev/null
@@ -1,30 +0,0 @@
-[
- {
- "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