Skip to content

Commit 9dc9957

Browse files
committed
ci: print design name on failure
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 132c53b commit 9dc9957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/genReport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def gen_report(name, data):
102102
TODO: docs
103103
'''
104104

105-
if args.verbose >= 2 and data['status'] != STATUS_GREEN:
105+
if args.verbose >= 2 or data['status'] != STATUS_GREEN:
106106
output = f"{name}\n"
107107
if data['finished']:
108108
output += ' Flow reached last stage.\n'

0 commit comments

Comments
 (0)