Skip to content

Commit 8528b1f

Browse files
committed
x
1 parent e510d32 commit 8528b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis/linux/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "travis_fold:end:docker_test_qgis"
3939
# running tests for the python test runner
4040
echo "travis_fold:start:docker_test_runners"
4141
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"'
42+
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
4343
sleep 8 # Wait for xvfb to finish starting
4444

4545
declare -A testrunners

0 commit comments

Comments
 (0)