mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-17 10:30:58 -04:00
Try and make travis-friendly tests
This commit is contained in:
parent
f09d539521
commit
12838f8e9d
2 changed files with 7 additions and 1 deletions
5
unit_tests/run_unit_tests_travis.sh
Executable file
5
unit_tests/run_unit_tests_travis.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for test in `ls -1 | egrep ^onionshare_`; do
|
||||
xvfb-run pytest $test -vvv || exit 1
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue