Skip to content

Commit dc04f73

Browse files
committed
builddir
1 parent d81383a commit dc04f73

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/CI-unixish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,4 +697,8 @@ jobs:
697697
run: |
698698
mkdir b1
699699
./selfcheck.sh --cppcheck-build-dir=b1
700-
./selfcheck.sh "--cppcheck-build-dir=b1 --debug-analyzerinfo"
700+
discards=$(./selfcheck.sh "--debug-analyzerinfo --cppcheck-build-dir=b1 --showtime=none" 2> /dev/null | grep -v skipping)
701+
if [ ! -z "$discards" ]; then
702+
echo $discards
703+
exit 1
704+
fi

0 commit comments

Comments
 (0)