mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-13 21:21:34 -05:00
Give xvfb-run a screen to floods of Qt logs in CircleCI tests, so the test output is readable
This commit is contained in:
parent
3578e7d540
commit
6d057c0078
@ -42,7 +42,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: run tests
|
name: run tests
|
||||||
command: |
|
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-3.6:
|
||||||
<<: *test-template
|
<<: *test-template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user