mirror of
https://abf.rosa.ru/djam/abf-console-client-src.git
synced 2025-02-23 18:02:50 +00:00
fix logic for extra tests
This commit is contained in:
parent
5e970d3d5e
commit
aa14105ed6
1 changed files with 2 additions and 2 deletions
4
abf.py
4
abf.py
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue