This commit is contained in:
Edwin Eefting 2020-05-17 13:28:15 +02:00
parent 83905c4614
commit 9772fc80cf

View File

@ -1,4 +1,8 @@
#!/bin/bash
#reactivate python environment, if any (usefull in Travis)
source $VIRTUAL_ENV/bin/activate
coverage run --source bin.zfs_autobackup -m unittest -v $@
EXIT=$?