From: Michal Nowak Date: Mon, 17 Oct 2022 14:11:31 +0000 (+0200) Subject: Check systests.output for Grep warnings X-Git-Tag: v9.16.35~24^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=18b639c222fb23357fbf9d8d9c41c234beec8b58;p=thirdparty%2Fbind9.git Check systests.output for Grep warnings 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cabae7617d..3d33cb3bdc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -319,7 +319,7 @@ stages: - ( 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