]> granicus.if.org Git - postgis/commitdiff
Set RUNTESTFLAGS and -j for Travis build
authorDaniel Baston <dbaston@gmail.com>
Fri, 28 Sep 2018 15:36:11 +0000 (15:36 +0000)
committerDaniel Baston <dbaston@gmail.com>
Fri, 28 Sep 2018 15:36:11 +0000 (15:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16850 b70326c6-7e19-0410-871a-916f4a2858ee

ci/travis/run_tests.sh

index d7637274a97beee3ba02084742260bb429ad808d..fa0d112647fc208bb2d8ab54f139d024ebc571a3 100644 (file)
@@ -14,9 +14,9 @@ LDFLAGS_COV="--coverage"
 ./autogen.sh
 
 CFLAGS="${CFLAGS_STD}" LDFLAGS="${LDFLAGS_COV}" ./configure
-make -j2
-make check
+make -j
+RUNTESTFLAGS="-v" make check
 
 CFLAGS="${CFLAGS_COV}" LDFLAGS="${LDFLAGS_COV}" ./configure
-make -j2
+make -j
 make check