File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ docker run -t --name qgis_container \
27
27
# commit container
28
28
docker commit qgis_container qgis_image
29
29
30
- # running tests for the python test runner
31
- docker run -d --name qgis-testing-environment -v ${TRAVIS_BUILD_DIR} /tests/src/python:/tests_directory -e DISPLAY=:99 qgis_image " /usr/bin/supervisord -c /etc/supervisor/supervisord.conf"
32
-
33
30
# running QGIS tests in commited image
34
31
docker-compose -f ${TRAVIS_BUILD_DIR} /.ci/travis/linux/docker-compose.travis.yml run qgis-deps /root/QGIS/.ci/travis/linux/scripts/docker-qgis-test.sh
35
32
33
+ # running tests for the python test runner
34
+ docker run -d --name qgis-testing-environment -v ${TRAVIS_BUILD_DIR} /tests/src/python:/tests_directory -e DISPLAY=:99 qgis_image " /usr/bin/supervisord -c /etc/supervisor/supervisord.conf"
35
+ sleep 8 # Wait for xvfb to finish starting
36
36
37
37
declare -A testrunners
38
38
# Passing cases:
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
+ # wait for the DB to be available
6
+ sleep
7
+
5
8
# Temporarily uncomment to debug ccache issues
6
9
# echo "travis_fold:start:ccache-debug"
7
10
# cat /tmp/cache.debug
You can’t perform that action at this time.
0 commit comments