This commit is contained in:
Edwin Eefting
2021-02-02 21:21:09 +01:00
parent bbe7a112fd
commit 50070bc70f
2 changed files with 3 additions and 4 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 discover -vv $@
coverage run --source bin.zfs_autobackup -m unittest discover -vvvvf $@ 2>&1
EXIT=$?
echo