mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
CI: check the tests after running them
The ODoH tests don't seem to pass.
This commit is contained in:
parent
e27419f73d
commit
2cf29f9fab
1 changed files with 5 additions and 5 deletions
|
@ -131,11 +131,6 @@ section
|
|||
t || grep -Fq 'tracker.debian.org' allowed-names.log || fail
|
||||
t || grep -Fq '*.tracker.debian' allowed-names.log || fail
|
||||
|
||||
if [ -s error.log ]; then
|
||||
cat *.log
|
||||
exit 1
|
||||
fi
|
||||
|
||||
section
|
||||
../dnscrypt-proxy/dnscrypt-proxy -loglevel 3 -config test3-dnscrypt-proxy.toml -pidfile /tmp/dnscrypt-proxy.pidfile &
|
||||
sleep 5
|
||||
|
@ -168,3 +163,8 @@ t || dig -p${DNS_PORT} A cloudflare.com @127.0.0.1 | grep -Fq "NOERROR" || fail
|
|||
|
||||
kill $(cat /tmp/odoh-proxied.pidfile)
|
||||
sleep 5
|
||||
|
||||
if [ -s error.log ]; then
|
||||
cat *.log
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue