We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e510d32 commit 8528b1fCopy full SHA for 8528b1f
.ci/travis/linux/script.sh
@@ -39,7 +39,7 @@ echo "travis_fold:end:docker_test_qgis"
39
# running tests for the python test runner
40
echo "travis_fold:start:docker_test_runners"
41
echo "${bold}Docker test QGIS runners${endbold}"
42
-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
43
sleep 8 # Wait for xvfb to finish starting
44
45
declare -A testrunners
0 commit comments