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

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

Issue 448343002: Makes filter step continue on if error (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: add hello step Created 6 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: scripts/slave/recipe_modules/filter/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/filter/example.expected/basic.json b/scripts/slave/recipe_modules/filter/example.expected/basic.json
index 747e70b948f62964cbfe1d1bfaac058193d72410..13a0163bb7dfee49e7e0feb6c0064088dfdd0b9b 100644
--- a/scripts/slave/recipe_modules/filter/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/filter/example.expected/basic.json
@@ -31,5 +31,12 @@
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
+ },
+ {
+ "cmd": [
+ "echo",
+ "Why hello, there."
+ ],
+ "name": "hello"
}
]

Powered by Google App Engine
This is Rietveld 408576698