Chromium Code Reviews| 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)) |
|
ghost stip (do not use)
2016/09/22 23:25:48
did this not work before?
Paweł Hajdan Jr.
2016/09/23 01:14:54
Bots where this doesn't work (they use frozenset)
|
| return tests |
| def read_test_spec(self, api, test_spec_file): |