We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4246d1 commit 2c7ec99Copy full SHA for 2c7ec99
.ci/travis/linux/docker-build-test.sh
@@ -170,7 +170,7 @@ popd > /dev/null # /root/QGIS
170
##############################
171
# Run Python Tests on QGIS app
172
173
-pushd /root/QGIS/.docker/qgis_resources/test_runner
+pushd /root/qgis_test_runner
174
# Passing cases:
175
[[ $(qgis_testrunner.sh test_testrunner.run_passing) -eq '0' ]] || exit 1
176
[[ $(qgis_testrunner.sh test_testrunner.run_skipped_and_passing) -eq '0' ]] || exit 1
.docker/docker-compose.travis.yml
@@ -17,6 +17,7 @@ services:
17
volumes:
18
- ${TRAVIS_BUILD_DIR}:/root/QGIS
19
- ${CCACHE_DIR}:/root/.ccache # if changed, also change env var
20
+ - ${TRAVIS_BUILD_DIR}/.docker/qgis_resources/test_runner:/root/qgis_test_runner
21
links:
22
- postgres
23
- mssql
0 commit comments