maint/CICD ~ (util) improve error reporting clarity

This commit is contained in:
Roy Ivy III 2022-03-30 08:54:04 -05:00 committed by Sylvestre Ledru
parent a6e3564c5d
commit 8518fff0fd

View file

@ -29,4 +29,7 @@ print(
# If results are worse fail the job to draw attention
if pass_d < 0:
print(
f"::error ::PASS count is reduced from main: PASS {pass_d:+d} "
)
sys.exit(1)