We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5871b5b commit 3fe58a9Copy full SHA for 3fe58a9
ci/test/06_script_b.sh
@@ -35,8 +35,9 @@ if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then
35
fi
36
37
if [ "${RUN_TIDY}" = "true" ]; then
38
+ set -eo pipefail
39
export P_CI_DIR="${BASE_BUILD_DIR}/bitcoin-$HOST/src/"
- CI_EXEC run-clang-tidy "${MAKEJOBS}"
40
+ ( CI_EXEC run-clang-tidy -quiet "${MAKEJOBS}" ) | grep -C5 "error"
41
export P_CI_DIR="${BASE_BUILD_DIR}/bitcoin-$HOST/"
42
CI_EXEC "python3 ${DIR_IWYU}/include-what-you-use/iwyu_tool.py"\
43
" src/compat"\
0 commit comments