Add CI check for Grep warnings

This commit is contained in:
Michal Nowak 2022-09-16 12:05:46 +02:00 committed by Ondřej Surý
parent 212c4de043
commit 759e8a6671
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -303,6 +303,7 @@ stages:
- cd bin/tests/system
- make -j${TEST_PARALLEL_JOBS:-1} -k check V=1
- if git rev-parse > /dev/null 2>&1; then ( ! grep "^I:.*:file.*not removed$" *.log ); fi
- '( ! grep -F "grep: warning:" *.log )'
after_script:
- test -d bind-* && cd bind-*
- REALSOURCEDIR="$PWD"