From cae3719464ee7d469ec7296d4344f930babf55da Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 18 Nov 2020 20:22:16 +0100 Subject: [PATCH] CI: verify that queries sent over local DoH are properly logged --- .ci/ci-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/ci-test.sh b/.ci/ci-test.sh index d2095c53..7c21d2ca 100755 --- a/.ci/ci-test.sh +++ b/.ci/ci-test.sh @@ -125,6 +125,7 @@ t || grep -Eq 'telemetry.example.*REJECT' query.log || fail t || grep -Eq 'dns.google.*REJECT' query.log || fail t || grep -Eq 'tracker.xdebian.org.*REJECT' query.log || fail t || grep -Eq 'tracker.debian.org.*PASS' query.log || fail +t || cut -f2 query.log | grep -Eq -- '-' || fail section t || grep -Fq 'tracker.debian.org' allowed-names.log || fail