##// END OF EJS Templates
fat fingers...
Paul Ivanov -
Show More
@@ -238,7 +238,7 b' def prepare_controllers(options):'
238 js_testgroups = [g for g in testgroups if g not in py_testgroups]
238 js_testgroups = [g for g in testgroups if g not in py_testgroups]
239 else:
239 else:
240 py_testgroups = py_test_group_names
240 py_testgroups = py_test_group_names
241 js_testgroups = all_js_group_names()
241 js_testgroups = all_js_groups()
242 if not options.all:
242 if not options.all:
243 test_sections['parallel'].enabled = False
243 test_sections['parallel'].enabled = False
244
244
General Comments 0
You need to be logged in to leave comments. Login now