mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Add CI check for Grep warnings
This commit is contained in:
committed by
Ondřej Surý
parent
212c4de043
commit
759e8a6671
@@ -303,6 +303,7 @@ stages:
|
|||||||
- cd bin/tests/system
|
- cd bin/tests/system
|
||||||
- make -j${TEST_PARALLEL_JOBS:-1} -k check V=1
|
- 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
|
- if git rev-parse > /dev/null 2>&1; then ( ! grep "^I:.*:file.*not removed$" *.log ); fi
|
||||||
|
- '( ! grep -F "grep: warning:" *.log )'
|
||||||
after_script:
|
after_script:
|
||||||
- test -d bind-* && cd bind-*
|
- test -d bind-* && cd bind-*
|
||||||
- REALSOURCEDIR="$PWD"
|
- REALSOURCEDIR="$PWD"
|
||||||
|
Reference in New Issue
Block a user