File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,13 @@ ccache -z
14
14
15
15
cd /root/QGIS
16
16
17
- sleep 20
18
-
19
17
printf " [qgis_test]\nhost=postgres\nport=5432\ndbname=qgis_test\nuser=docker\npassword=docker" > ~ /.pg_service.conf
20
18
export PGUSER=docker
21
19
export PGHOST=postgres
22
20
export PGPASSWORD=docker
23
21
export PGDATABASE=qgis_test
24
22
25
- # export PYTHONIOENCODING="utf-8"
26
-
27
- /root/QGIS/tests/testdata/provider/testdata_pg.sh
23
+ # Build
28
24
29
25
mkdir -p build &&
30
26
@@ -53,6 +49,9 @@ ls -la --full-time python/plugins/processing/tests/testdata/expected/polys_centr
53
49
54
50
ninja
55
51
52
+ # Restore postgres test data
53
+ /root/QGIS/tests/testdata/provider/testdata_pg.sh
54
+
56
55
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
57
56
58
57
ccache -s
You can’t perform that action at this time.
0 commit comments