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

Unified Diff: scripts/slave/recipe_modules/filter/example.expected/match_exclusion.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
« no previous file with comments | « scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
diff --git a/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json b/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
index eda6e7a92effbb6bfa70449e17373d7f99dca78c..98a934a7d8c2b5f37be262b1e38fa16c878198e5 100644
--- a/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
+++ b/scripts/slave/recipe_modules/filter/example.expected/match_exclusion.json
@@ -13,5 +13,12 @@
"@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'fo.*')@@@",
"@@@STEP_LOG_END@excluded_files@@@"
]
+ },
+ {
+ "cmd": [
+ "echo",
+ "Why hello, there."
+ ],
+ "name": "hello"
}
]
« no previous file with comments | « scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698