OpenDroneMap-ODM/test.sh

6 wiersze
126 B
Bash
Czysty Zwykły widok Historia

2019-06-20 19:39:49 +00:00
if [ ! -z "$1" ]; then
python -m unittest discover tests "test_$1.py"
else
python -m unittest discover tests "test_*.py"
fi