onionshare/tests_gui_tor/run_unit_tests.sh
2018-09-27 17:33:15 +10:00

6 lines
96 B
Bash
Executable File

#!/bin/bash
for test in `ls -1 | egrep ^onionshare_`; do
py.test-3 $test -vvv || exit 1
done