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

Unified Diff: scripts/slave/recipe_modules/filter/api.py

Issue 450393002: Renames --analyzer2 to --analyzer (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 | « no previous file | scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/filter/api.py
diff --git a/scripts/slave/recipe_modules/filter/api.py b/scripts/slave/recipe_modules/filter/api.py
index fe6a6d83b723268c1fe36fa3a0a19215a92de7c6..d7cd484a6e01a7ee1a95c859245b44c9d9371d16 100644
--- a/scripts/slave/recipe_modules/filter/api.py
+++ b/scripts/slave/recipe_modules/filter/api.py
@@ -78,7 +78,7 @@ class FilterApi(recipe_api.RecipeApi):
try:
step_result = self.m.python('analyze',
self.m.path['checkout'].join('build', 'gyp_chromium'),
- args=['--analyzer2',
+ args=['--analyzer',
self.m.json.input(analyze_input),
self.m.json.output()],
step_test_data=lambda: self.m.json.test_api.output(
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/filter/example.expected/analyzes_error.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698