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

Unified Diff: scripts/slave/recipe_modules/chromium/chromium_linux.py

Issue 930233002: Enable test generators for main waterfall android testers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/chromium_linux.py
diff --git a/scripts/slave/recipe_modules/chromium/chromium_linux.py b/scripts/slave/recipe_modules/chromium/chromium_linux.py
index 4dceff0e5c64e9dec33a991be3c491991ecc14ed..03895cddbccdbff0a3c893c551eba420f8758d51 100644
--- a/scripts/slave/recipe_modules/chromium/chromium_linux.py
+++ b/scripts/slave/recipe_modules/chromium/chromium_linux.py
@@ -197,6 +197,10 @@ SPEC = {
steps.GTestTest('ui_touch_selection_unittests'),
steps.GTestTest('unit_tests'),
],
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ ],
'testing': {
'platform': 'linux',
},
@@ -275,6 +279,10 @@ SPEC = {
steps.GTestTest('ui_touch_selection_unittests'),
steps.GTestTest('unit_tests'),
],
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ ],
'testing': {
'platform': 'linux',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698