Skip to content

Commit

Permalink
Merge pull request #100 from rlcee/sc_230524b
Browse files Browse the repository at this point in the history
flag warnings
  • Loading branch information
rlcee authored May 24, 2023
2 parents e81d777 + ecfea52 commit da290e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/github/jenkins_tests/mu2e-offline-build-test/job.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,11 @@ else
fi

if grep -q warning: "$WORKSPACE/clang-tidy.log"; then
CT_STATUS=":wavy_dash:"
CT_STATUS=":large_orange_diamond:"
fi

if grep -q error: "$WORKSPACE/clang-tidy.log"; then
CT_STATUS=":wavy_dash:"
CT_STATUS=":large_orange_diamond:"
fi

CT_ERROR_COUNT=$(grep -c error: "$WORKSPACE/clang-tidy.log")
Expand Down

0 comments on commit da290e4

Please sign in to comment.