more testing

This commit is contained in:
Edwin Eefting
2020-05-14 18:47:29 +02:00
parent b22113aad4
commit bc17825582
3 changed files with 67 additions and 5 deletions

View File

@ -1,3 +1,6 @@
#!/bin/bash
coverage run --source bin.zfs_autobackup -m unittest -v $@; coverage report
coverage run --source bin.zfs_autobackup -m unittest -v $@
echo
coverage report