mirror of
https://github.com/onionshare/onionshare.git
synced 2025-10-11 04:38:43 -04:00
End web thread successfully when cleaning up after a tab, which prevents crashes after running the tests; and fix msi_filename in Windows build script
This commit is contained in:
parent
a8ef55550f
commit
f67e7ce678
3 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
pytest -v tests/test_gui_tabs.py
|
||||
pytest -v tests/test_gui_share.py
|
||||
pytest -v tests/test_gui_receive.py
|
||||
pytest -v tests/test_gui_tabs.py && \
|
||||
pytest -v tests/test_gui_share.py && \
|
||||
pytest -v tests/test_gui_receive.py && \
|
||||
pytest -v tests/test_gui_website.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue