From 55258afd2e9a9223f7a144c06b114556eacaa98e Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 19 Feb 2016 16:28:38 +0100 Subject: [PATCH] dnsdist: Explicitly use python2 for tests --- regression-tests.dnsdist/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.dnsdist/runtests b/regression-tests.dnsdist/runtests index fb53a6b2a..e405966d7 100755 --- a/regression-tests.dnsdist/runtests +++ b/regression-tests.dnsdist/runtests @@ -1,7 +1,7 @@ #!/usr/bin/env bash if [ ! -d .venv ]; then - virtualenv .venv + virtualenv -p python2 .venv fi . .venv/bin/activate python -V -- 2.40.0