forked from third-party-mirrors/zfs_autobackup
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__
|
||||
.coverage
|
||||
*.pyc
|
||||
|
||||
python2.env
|
||||
|
@ -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 -v
|
||||
coverage run --source bin.zfs_autobackup -m unittest discover -v
|
||||
EXIT=$?
|
||||
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user