Skip to content

Commit

Permalink
kkk
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 8, 2019
1 parent e655d0f commit b2f3b55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/travis/linux/script.sh
Expand Up @@ -27,12 +27,12 @@ docker run -t --name qgis_container \
# commit container
docker commit qgis_container qgis_image

# running tests for the python test runner
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"

# running QGIS tests in commited image
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

# running tests for the python test runner
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"
sleep 8 # Wait for xvfb to finish starting

declare -A testrunners
# Passing cases:
Expand Down
3 changes: 3 additions & 0 deletions .ci/travis/linux/scripts/docker-qgis-test.sh
Expand Up @@ -2,6 +2,9 @@

set -e

# wait for the DB to be available
sleep

# Temporarily uncomment to debug ccache issues
# echo "travis_fold:start:ccache-debug"
# cat /tmp/cache.debug
Expand Down

0 comments on commit b2f3b55

Please sign in to comment.