From: Pieter Lexis Date: Fri, 19 Feb 2016 15:28:38 +0000 (+0100) Subject: dnsdist: Explicitly use python2 for tests X-Git-Tag: auth-4.0.0-alpha2~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55258afd2e9a9223f7a144c06b114556eacaa98e;p=thirdparty%2Fpdns.git dnsdist: Explicitly use python2 for tests --- diff --git a/regression-tests.dnsdist/runtests b/regression-tests.dnsdist/runtests index fb53a6b2ac..e405966d77 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