mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #8738 from smlng/tools/headerguards/output
tools: show diff for headerguards check on failure
This commit is contained in:
commit
ba6d9276f8
2
dist/tools/ci/build_and_test.sh
vendored
2
dist/tools/ci/build_and_test.sh
vendored
@ -92,7 +92,7 @@ then
|
||||
run ./dist/tools/pr_check/pr_check.sh ${CI_BASE_BRANCH}
|
||||
run ./dist/tools/coccinelle/check.sh
|
||||
run ./dist/tools/flake8/check.sh
|
||||
QUIET=1 run ./dist/tools/headerguards/check.sh
|
||||
run ./dist/tools/headerguards/check.sh
|
||||
exit $RESULT
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user