Skip to content

Commit

Permalink
common: test
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Jan 17, 2025
1 parent 25951ac commit 06b8251
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/style_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ function check_clang_version() {
MSG="requires clang-format version==14.0"
if [ "x$CSTYLE_FAIL_IF_CLANG_FORMAT_MISSING" == "x1" ]; then
echo "FAIL: $MSG"
which ${clang_format_bin}
${clang_format_bin} --version
exit 1
else
echo "SKIP: $MSG"
Expand Down

0 comments on commit 06b8251

Please sign in to comment.