This commit is contained in:
Edwin Eefting 2020-05-17 14:16:39 +02:00
parent 499ccc6fd0
commit 3e243a0916

View File

@ -7,7 +7,7 @@ source $VIRTUAL_ENV/bin/activate || true
if ! [ -t ~/.ssh/id_rsa ]; then
ssh-keygen -t rsa -f ~/.ssh/id_rsa -P '' || exit 1
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys || exit 1
ssh -oStrictHostKeyChecking=accept-new localhost true || exit 1
ssh -oStrictHostKeyChecking=no localhost true || exit 1
fi
coverage run --source bin.zfs_autobackup -m unittest -v $@