mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +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
|
||||
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 $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user