Skip to content

Commit

Permalink
protobuf: use python implementation during tests
Browse files Browse the repository at this point in the history
(cherry picked from commit 2dd4d60)
  • Loading branch information
Habbie committed Jun 17, 2022
1 parent 1a19510 commit ff708a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions regression-tests.dnsdist/runtests
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions regression-tests.recursor-dnssec/runtests
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python

if [ ! -d .venv ]; then
python3 -m venv .venv
fi
Expand Down

0 comments on commit ff708a2

Please sign in to comment.