aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-05-22 20:46:23 -0700
committerMicah Lee <micah@micahflee.com>2019-05-22 20:46:23 -0700
commit44431becc1602a3178538f2a619abe6ebae29237 (patch)
tree4a0e53cdc3aeb4df8cc5db4bebe7a52f4522320c /.circleci
parent7ac81e6b7e8163a8bdaa32d2b874287028f56bcf (diff)
downloadonionshare-44431becc1602a3178538f2a619abe6ebae29237.tar.gz
onionshare-44431becc1602a3178538f2a619abe6ebae29237.zip
Give xvfb-run a screen to floods of Qt logs in CircleCI tests, so the test output is readable
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index accbc808..3a63d743 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -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