File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ popd > /dev/null # /root/QGIS
170
170
# #############################
171
171
# Run Python Tests on QGIS app
172
172
# #############################
173
- pushd /root/QGIS/.docker/qgis_resources/test_runner
173
+ pushd /root/qgis_test_runner
174
174
# Passing cases:
175
175
[[ $( qgis_testrunner.sh test_testrunner.run_passing) -eq ' 0' ]] || exit 1
176
176
[[ $( qgis_testrunner.sh test_testrunner.run_skipped_and_passing) -eq ' 0' ]] || exit 1
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ services:
17
17
volumes :
18
18
- ${TRAVIS_BUILD_DIR}:/root/QGIS
19
19
- ${CCACHE_DIR}:/root/.ccache # if changed, also change env var
20
+ - ${TRAVIS_BUILD_DIR}/.docker/qgis_resources/test_runner:/root/qgis_test_runner
20
21
links :
21
22
- postgres
22
23
- mssql
You can’t perform that action at this time.
0 commit comments