mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add CI check for Grep warnings
This commit is contained in:
parent
212c4de043
commit
759e8a6671
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue