We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0049539 commit fe0c6d9Copy full SHA for fe0c6d9
.ci/travis/linux/script.sh
@@ -44,7 +44,14 @@ echo "travis_fold:end:docker_test_qgis"
44
echo "travis_fold:start:docker_test_runners"
45
echo "${bold}Docker test QGIS runners${endbold}"
46
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
47
-sleep 15 # Wait for xvfb to finish starting
+
48
+echo "Waiting for the docker..."
49
+until [ "`/usr/bin/docker inspect -f {{.State.Running}} qgis-testing-environment`"=="true" ]; do
50
+ printf '🐳'
51
+ sleep 0.5;
52
+done;
53
+echo " done 🥩"
54
+sleep 1 # Wait for xvfb to finish starting
55
56
declare -A testrunners
57
# Passing cases:
0 commit comments