This website requires JavaScript.
Explore
Help
Register
Sign in
phantom
/
onionshare
Watch
1
Star
0
Fork
You've already forked onionshare
0
mirror of
https://github.com/onionshare/onionshare.git
synced
2025-01-27 03:32:59 -03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c43d882a65
onionshare
/
tests_gui_tor
/
run_unit_tests.sh
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Add Tor GUI unit tests
2018-09-27 17:33:15 +10:00
#!/bin/bash
for
test
in
`
ls -1
|
egrep ^onionshare_
`
;
do
Update Travis CI to run GUI tests
2018-09-27 21:19:42 -07:00
pytest
$test
-vvv
||
exit
1
Add Tor GUI unit tests
2018-09-27 17:33:15 +10:00
done
Reference in a new issue
Copy permalink