mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-10 07:10:31 -04:00
Update Travis CI to run GUI tests
This commit is contained in:
parent
8261b4868d
commit
6f57f7eae6
3 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for test in `ls -1 | egrep ^onionshare_`; do
|
||||
py.test-3 $test -vvv || exit 1
|
||||
pytest $test -vvv || exit 1
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue