analyze_outcomes: print task list directly to stdout
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
b0c618e147
commit
5329ff06b9
1 changed files with 1 additions and 2 deletions
|
@ -679,8 +679,7 @@ def main():
|
|||
|
||||
if options.list:
|
||||
for task in KNOWN_TASKS:
|
||||
main_log.info(task)
|
||||
main_log.print_output()
|
||||
print(task)
|
||||
sys.exit(0)
|
||||
|
||||
if options.specified_tasks == 'all':
|
||||
|
|
Loading…
Reference in a new issue