Show More
@@ -306,9 +306,11 b' def prepare_controllers(options):' | |||
|
306 | 306 | js_testgroups = [g for g in testgroups if g not in py_testgroups] |
|
307 | 307 | else: |
|
308 | 308 | py_testgroups = py_test_group_names |
|
309 | js_testgroups = all_js_groups() | |
|
310 | 309 | if not options.all: |
|
310 | js_testgroups = [] | |
|
311 | 311 | test_sections['parallel'].enabled = False |
|
312 | else: | |
|
313 | js_testgroups = all_js_groups() | |
|
312 | 314 | |
|
313 | 315 | c_js = [JSController(name) for name in js_testgroups] |
|
314 | 316 | c_py = [PyTestController(name, options) for name in py_testgroups] |
General Comments 0
You need to be logged in to leave comments.
Login now