forked from third-party-mirrors/zfs_autobackup
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
coverage run --source bin.zfs_autobackup -m unittest -v $@; coverage report
|
|
|