fix for python2 test

This commit is contained in:
Edwin Eefting 2020-05-17 22:30:29 +02:00
parent 87e0599130
commit 1cb26d48b6
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,4 +8,4 @@ zfs_autobackup.egg-info
__pycache__ __pycache__
.coverage .coverage
*.pyc *.pyc
python2.env

View File

@ -16,7 +16,7 @@ if ! [ -e /root/.ssh/id_rsa ]; then
ssh -oStrictHostKeyChecking=no localhost true || exit 1 ssh -oStrictHostKeyChecking=no localhost true || exit 1
fi fi
coverage run --source bin.zfs_autobackup -m unittest -v coverage run --source bin.zfs_autobackup -m unittest discover -v
EXIT=$? EXIT=$?
echo echo