]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Check systests.output for Grep warnings
authorMichal Nowak <mnowak@isc.org>
Mon, 17 Oct 2022 14:11:31 +0000 (16:11 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 18 Oct 2022 09:12:47 +0000 (11:12 +0200)
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.

.gitlab-ci.yml

index 6cabae7617d12da1cc241fe1e6d03c589773aed7..3d33cb3bdc62a6cef3265e3c32f0f5679492afdc 100644 (file)
@@ -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