mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-06-13 02:12:07 +03:00
test
This commit is contained in:
parent
499ccc6fd0
commit
3e243a0916
@ -7,7 +7,7 @@ source $VIRTUAL_ENV/bin/activate || true
|
|||||||
if ! [ -t ~/.ssh/id_rsa ]; then
|
if ! [ -t ~/.ssh/id_rsa ]; then
|
||||||
ssh-keygen -t rsa -f ~/.ssh/id_rsa -P '' || exit 1
|
ssh-keygen -t rsa -f ~/.ssh/id_rsa -P '' || exit 1
|
||||||
cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys || 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
|
fi
|
||||||
|
|
||||||
coverage run --source bin.zfs_autobackup -m unittest -v $@
|
coverage run --source bin.zfs_autobackup -m unittest -v $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user