Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
x
  • Loading branch information
3nids committed Mar 8, 2019
1 parent e510d32 commit 8528b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/linux/script.sh
Expand Up @@ -39,7 +39,7 @@ echo "travis_fold:end:docker_test_qgis"
# running tests for the python test runner
echo "travis_fold:start:docker_test_runners"
echo "${bold}Docker test QGIS runners${endbold}"
docker run -d --name qgis-testing-environment -v ${TRAVIS_BUILD_DIR}/tests/src/python:/tests_directory -e DISPLAY=:99 qgis_image 'bash -c "/usr/bin/supervisord -c /etc/supervisor/supervisord.conf"'
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
Expand Down

0 comments on commit 8528b1f

Please sign in to comment.