Skip to content

Commit 2b77a65

Browse files
committed
Fix path to tester script
1 parent 0814b62 commit 2b77a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis/linux/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ else
4444
docker cp ${TRAVIS_BUILD_DIR}/.docker/qgis_resources/test_runner/qgis_testrunner.sh qgis-testing-environment:/usr/bin/qgis_testrunner.sh
4545
# Run tests in the docker
4646
# Passing cases:
47-
TEST_SCRIPT_PATH=${TRAVIS_BUILD_DIR}/.ci/linux/docker_test.sh
47+
TEST_SCRIPT_PATH=${TRAVIS_BUILD_DIR}/.ci/travis/linux/docker_test.sh
4848
[[ $(${TEST_SCRIPT_PATH} test_testrunner.run_passing) -eq '0' ]]
4949
[[ $(${TEST_SCRIPT_PATH} test_testrunner.run_skipped_and_passing) -eq '0' ]]
5050
# Failing cases:

0 commit comments

Comments
 (0)