summaryrefslogtreecommitdiff
path: root/suites/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'suites/__init__.py')
-rw-r--r--suites/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/suites/__init__.py b/suites/__init__.py
index ec5a42a..47c59d4 100644
--- a/suites/__init__.py
+++ b/suites/__init__.py
@@ -24,7 +24,7 @@ def loadPlugins(config):
return plugins
-def loadTestLists(config, desiredSuites):
+def loadTestLists(config, desiredSuites = None):
'''Generate the necessary test lists!
desiredSuites may be None (to load all test suites).