We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42ff34 commit a4246d1Copy full SHA for a4246d1
.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/tests/src/python
+pushd /root/QGIS/.docker/qgis_resources/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
0 commit comments