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

View File

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