From: Peter van Dijk Date: Tue, 31 May 2022 10:13:57 +0000 (+0200) Subject: protobuf: use python implementation during tests X-Git-Tag: auth-4.8.0-alpha0~86^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11658%2Fhead;p=thirdparty%2Fpdns.git protobuf: use python implementation during tests --- diff --git a/regression-tests.dnsdist/runtests b/regression-tests.dnsdist/runtests index 2a6799b282..3bbcae05ef 100755 --- a/regression-tests.dnsdist/runtests +++ b/regression-tests.dnsdist/runtests @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -e +export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python + if [ ! -d .venv ]; then python3 -m venv .venv fi diff --git a/regression-tests.recursor-dnssec/runtests b/regression-tests.recursor-dnssec/runtests index d570c58497..6741a638cf 100755 --- a/regression-tests.recursor-dnssec/runtests +++ b/regression-tests.recursor-dnssec/runtests @@ -1,5 +1,7 @@ #!/bin/sh +export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python + if [ ! -d .venv ]; then python3 -m venv .venv fi