cleanup tests

This commit is contained in:
Edwin Eefting
2020-05-14 18:17:00 +02:00
parent 4e1bfd8cba
commit b22113aad4
6 changed files with 60 additions and 52 deletions

View File

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