mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-06-19 02:33:51 +03:00
fix for python2 test
This commit is contained in:
parent
87e0599130
commit
1cb26d48b6
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,4 +8,4 @@ zfs_autobackup.egg-info
|
|||||||
__pycache__
|
__pycache__
|
||||||
.coverage
|
.coverage
|
||||||
*.pyc
|
*.pyc
|
||||||
|
python2.env
|
||||||
|
@ -16,7 +16,7 @@ if ! [ -e /root/.ssh/id_rsa ]; then
|
|||||||
ssh -oStrictHostKeyChecking=no 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 discover -v
|
||||||
EXIT=$?
|
EXIT=$?
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user