diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2025-04-25 14:41:24 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2025-04-25 14:41:24 +0000 |
| commit | 44bab727dfe28451b777dc9e47db4f748b709182 (patch) | |
| tree | b8abab888105843c7f120357a1e010bfd6d5ef8c /testcode/do-tests.sh | |
| parent | 0a6d797cf6eb751d7eb613900cd19803e05d905f (diff) | |
Diffstat (limited to 'testcode/do-tests.sh')
| -rwxr-xr-x | testcode/do-tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testcode/do-tests.sh b/testcode/do-tests.sh index 6599f9f66594..4f769c5fdf8f 100755 --- a/testcode/do-tests.sh +++ b/testcode/do-tests.sh @@ -17,6 +17,7 @@ NEED_IPV6='fwd_ancil.tdir fwd_tcp_tc6.tdir stub_udp6.tdir edns_cache.tdir' NEED_NOMINGW='tcp_sigpipe.tdir 07-confroot.tdir 08-host-lib.tdir fwd_ancil.tdir' NEED_DNSCRYPT_PROXY='dnscrypt_queries.tdir dnscrypt_queries_chacha.tdir' NEED_UNSHARE='acl_interface.tdir proxy_protocol.tdir' +NEED_REDIS_SERVER='redis_replica.tdir' # test if dig and ldns-testns are available. test_tool_avail "dig" @@ -52,6 +53,7 @@ for test in `ls -d *.tdir`; do skip_if_in_list $test "$NEED_WHOAMI" "whoami" skip_if_in_list $test "$NEED_DNSCRYPT_PROXY" "dnscrypt-proxy" skip_if_in_list $test "$NEED_UNSHARE" "unshare" + skip_if_in_list $test "$NEED_REDIS_SERVER" "redis-server" if echo $NEED_IPV6 | grep $test >/dev/null; then if test "$HAVE_IPV6" = no; then |
