The v9_16 branch does not have "*.log" system test artifact BIND 9.18+
has and systests.output file needs to be checked for Grep warnings
instead.
- ( cd bin/tests/system && make -j${TEST_PARALLEL_JOBS:-1} -k test V=1 )
- test -s bin/tests/system/systests.output
- if git rev-parse > /dev/null 2>&1; then ( ! grep "^I:.*:file.*not removed$" bin/tests/system/systests.output ); fi
- - '( ! grep -F "grep: warning:" *.log )'
+ - '( ! grep -F "grep: warning:" bin/tests/system/systests.output )'
.system_test: &system_test_job
<<: *system_test_common