forked from third-party-mirrors/zfs_autobackup
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#run one test. start from main directory
|
|
|
|
python -m unittest discover tests $@ -vvvf
|