Skip to content

Commit

Permalink
exit
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Aug 8, 2024
1 parent 4bd61c9 commit 5ed8ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/clang_tidy.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ def split_warnings(clang_output):
clang_output = run_tidy(args.rev, args.rev_range)
print("Clang output")
print(clang_output)
sys.exit(None == re.match("warning: |error: ", clang_output, flags=0))
sys.exit(None != re.match("warning: |error: ", clang_output, flags=0))

0 comments on commit 5ed8ad0

Please sign in to comment.