Give xvfb-run a screen to floods of Qt logs in CircleCI tests, so the test output is readable

This commit is contained in:
Micah Lee 2019-05-22 20:46:23 -07:00
parent 3578e7d540
commit 6d057c0078

View File

@ -42,7 +42,7 @@ jobs:
- run:
name: run tests
command: |
xvfb-run pytest --rungui --cov=onionshare --cov=onionshare_gui --cov-report=term-missing -vvv tests/
xvfb-run -s "-screen 0 1280x1024x24" pytest --rungui --cov=onionshare --cov=onionshare_gui --cov-report=term-missing -vvv --no-qt-log tests/
test-3.6:
<<: *test-template