File tree 2 files changed +1
-16
lines changed
2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 20
20
docker run -t --name qgis_container \
21
21
-v ${TRAVIS_BUILD_DIR} :/root/QGIS \
22
22
-v ${CCACHE_DIR} :/root/.ccache \
23
- --env-file ${TRAVIS_BUILD_DIR} /.ci/travis/linux/docker-variables.env \
23
+ /root/qgis_test_runner --env-file ${TRAVIS_BUILD_DIR} /.ci/travis/linux/docker-variables.env \
24
24
qgis/qgis3-build-deps:${DOCKER_TAG} \
25
25
/root/QGIS/.ci/travis/linux/scripts/docker-qgis-build.sh
26
26
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
5
- # #############################
6
- # Run Python Tests on QGIS app
7
- # #############################
8
- # Passing cases:
9
- echo " QGIS tests runner"
10
- pushd /root/qgis_test_runner
11
- ./qgis_testrunner.sh test_testrunner.run_passing && echo " 1/5 succeeded" || exit 1
12
- ./qgis_testrunner.sh test_testrunner.run_skipped_and_passing && echo " 2/5 succeeded" || exit 1
13
- # Failing cases:
14
- ./qgis_testrunner.sh test_testrunner && exit 1 || echo " 3/5 succeeded"
15
- ./qgis_testrunner.sh test_testrunner.run_all && exit 1 || echo " 5/5 succeeded"
16
- ./qgis_testrunner.sh test_testrunner.run_failing && exit 1 || echo " 5/5 succeeded"
17
- popd
18
-
19
-
20
5
# Temporarily uncomment to debug ccache issues
21
6
# echo "travis_fold:start:ccache-debug"
22
7
# cat /tmp/cache.debug
You can’t perform that action at this time.
0 commit comments