Skip to content

Commit

Permalink
Start new display server if required.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Jan 15, 2024
1 parent 995f333 commit 93c02d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -euxo pipefail

source .env

docker exec -t qgis sh -c "cd /tests_directory && qgis_testrunner.sh ${PLUGIN_NAME}.tests && sleep 5"
docker exec -t qgis sh -c "cd /tests_directory && xvfb-run -a qgis_testrunner.sh ${PLUGIN_NAME}.tests && sleep 5"

0 comments on commit 93c02d1

Please sign in to comment.