diff --git a/.ci/ci-test.sh b/.ci/ci-test.sh index 42fe9268..f84e7fdb 100755 --- a/.ci/ci-test.sh +++ b/.ci/ci-test.sh @@ -125,7 +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 +t || grep -Eq '[.].*NS.*PASS' || fail section t || grep -Fq 'tracker.debian.org' allowed-names.log || fail @@ -145,4 +145,4 @@ t || dig -p${DNS_PORT} A microsoft.com @127.0.0.1 | grep -Fq "NOERROR" || fail t || dig -p${DNS_PORT} A MICROSOFT.COM @127.0.0.1 | grep -Fq "NOERROR" || fail kill $(cat /tmp/dnscrypt-proxy.pidfile) -sleep 5 \ No newline at end of file +sleep 5