diff --git a/Vagrantfile b/Vagrantfile index c1424771..90864f58 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -248,8 +248,10 @@ def run_tests(boxname) fi # otherwise: just use the system python if which fakeroot > /dev/null; then + echo "Running tox WITH fakeroot -u" fakeroot -u tox --skip-missing-interpreters else + echo "Running tox WITHOUT fakeroot -u" tox --skip-missing-interpreters fi EOF