You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before, in case of new errors and new warnings, the script was exiting
with rc=250 (warning) instead of rc=1 (error).
This is fixed simply by looking at the warnings counter before the
errors one, so rc=1 will be set last.
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
0 commit comments