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

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

Issue 2357343004: chromium_tests: automatically set up test genrators (Closed)
Patch Set: rebase Created 4 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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/bot_config_and_test_db.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/api.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/api.py b/scripts/slave/recipe_modules/chromium_tests/api.py
index 941ce3a9fdcdbea24c41aefc2bcde916e30708c6..6ea409886eb760152f0f14f0681571b2ef13dc24 100644
--- a/scripts/slave/recipe_modules/chromium_tests/api.py
+++ b/scripts/slave/recipe_modules/chromium_tests/api.py
@@ -234,7 +234,7 @@ class ChromiumTestsApi(recipe_api.RecipeApi):
bot_update_step, enable_swarming=enable_swarming,
swarming_dimensions=swarming_dimensions,
scripts_compile_targets=scripts_compile_targets)) +
- tests)
+ tuple(tests))
return tests
def read_test_spec(self, api, test_spec_file):
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_tests/bot_config_and_test_db.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698