Skip to content

Commit

Permalink
change exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
gereonvey committed Feb 28, 2024
1 parent 919c89c commit 7ccfc03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checks-checker
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ def main():

logging.shutdown()
# Return 1 if any erros occured, or 0 if everything was ok
exit(int(allErrors > 0))
#exit(int(allErrors > 0))
exit(0)


#---------------------------------
Expand Down

0 comments on commit 7ccfc03

Please sign in to comment.