fix logic for extra tests

This commit is contained in:
Alexander Stefanov 2019-11-28 15:06:42 +00:00
parent 5e970d3d5e
commit aa14105ed6

4
abf.py
View file

@ -1416,9 +1416,9 @@ def build(return_ids=False):
auto_create_container = True
if command_line.no_extra_tests is None:
use_extra_tests = True
else:
use_extra_tests = False
else:
use_extra_tests = True
if not command_line.auto_publish and not command_line.auto_publish_status:
command_line.auto_publish_status = default_publish_status