1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

vagrant: tests: announce whether fakeroot is used or not

This commit is contained in:
Thomas Waldmann 2015-10-20 23:27:11 +02:00
parent af2366693a
commit 9577121f96

2
Vagrantfile vendored
View file

@ -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