fat fingers

don't laugh. it's a serious problem.
This commit is contained in:
Paul Ivanov 2014-02-07 15:24:51 -08:00
parent 4f49ed4008
commit 04e0725ba9

View File

@ -238,7 +238,7 @@ def prepare_controllers(options):
js_testgroups = [g for g in testgroups if g not in py_testgroups]
else:
py_testgroups = py_test_group_names
js_testgroups = all_js_group_names()
js_testgroups = all_js_groups()
if not options.all:
test_sections['parallel'].enabled = False