zfs_autobackup/run_tests
Edwin Eefting 83905c4614 test
2020-05-17 13:14:55 +02:00

9 lines
114 B
Bash
Executable File

#!/bin/bash
coverage run --source bin.zfs_autobackup -m unittest -v $@
EXIT=$?
echo
coverage report
exit $EXIT