mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-17 22:52:20 +03:00
6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#run one test. start from main directory
|
|
|
|
python -m unittest discover tests $@ -vvvf
|