tests: make sure it doest get confused by other zfs datasets

This commit is contained in:
Edwin Eefting
2020-06-25 17:15:18 +02:00
parent f363142926
commit 915a29b36e
4 changed files with 17 additions and 18 deletions

View File

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