Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f9a9dc

Browse files
committedSep 20, 2017
[travis] Enable all tests
1 parent c44be93 commit 2f9a9dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ ls -la --full-time python/plugins/processing/tests/testdata/expected/polys_centr
5353

5454
ninja
5555

56-
python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -R ProcessingQgisAlgorithmsTest -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure
57-
58-
find / -iname "*.shp"
59-
60-
#python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "$(cat /root/QGIS/.ci/travis/linux/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure
56+
python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "$(cat /root/QGIS/.ci/travis/linux/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure
6157

6258
ccache -s
6359

0 commit comments

Comments
 (0)
Please sign in to comment.