This commit is contained in:
Edwin Eefting 2020-06-25 17:26:47 +02:00
parent 915a29b36e
commit b926c86a7b

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