Skip to content

Commit a4246d1

Browse files
committed
fix path
1 parent d42ff34 commit a4246d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis/linux/docker-build-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ popd > /dev/null # /root/QGIS
170170
##############################
171171
# Run Python Tests on QGIS app
172172
##############################
173-
pushd /root/QGIS/tests/src/python
173+
pushd /root/QGIS/.docker/qgis_resources/test_runner
174174
# Passing cases:
175175
[[ $(qgis_testrunner.sh test_testrunner.run_passing) -eq '0' ]] || exit 1
176176
[[ $(qgis_testrunner.sh test_testrunner.run_skipped_and_passing) -eq '0' ]] || exit 1

0 commit comments

Comments
 (0)