summaryrefslogtreecommitdiffstats
path: root/dovetail/testcase.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/testcase.py')
-rw-r--r--dovetail/testcase.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dovetail/testcase.py b/dovetail/testcase.py
index 8eec9388..ba289053 100644
--- a/dovetail/testcase.py
+++ b/dovetail/testcase.py
@@ -298,8 +298,8 @@ class Testcase(object):
"test suite {}".format(testsuite['name']))
else:
selected_tests += optional
- if (not dt_cfg.dovetail_config['mandatory'] and
- not dt_cfg.dovetail_config['optional']):
+ if (not dt_cfg.dovetail_config['mandatory']
+ and not dt_cfg.dovetail_config['optional']):
if mandatory:
selected_tests += mandatory
if optional: