aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorSaptak S <saptak013@gmail.com>2020-04-02 04:19:50 +0530
committerSaptak S <saptak013@gmail.com>2020-04-02 04:19:50 +0530
commitd417754e4542085244fa1d35b9b561ca8d983b5e (patch)
tree0a54dc8c48d4ffd4972e29cb88d6c852a8994cd1 /.circleci
parent145021b2e52083fd91cfa9ee2562f05375c125cb (diff)
downloadonionshare-d417754e4542085244fa1d35b9b561ca8d983b5e.tar.gz
onionshare-d417754e4542085244fa1d35b9b561ca8d983b5e.zip
Adds bash script to run GUI tests individually
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 8f8a51cc..dd84e371 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -51,7 +51,7 @@ jobs:
- run:
name: Run unit tests
command: |
- xvfb-run -s "-screen 0 1280x1024x24" poetry run pytest --rungui -vvv --no-qt-log tests/
+ xvfb-run -s "-screen 0 1280x1024x24" poetry run ./tests/run.sh --rungui
test-3.7:
<<: *test-template