[postgis-tickets] r16850 - Set RUNTESTFLAGS and -j for Travis build
Daniel Baston
dbaston at gmail.com
Fri Sep 28 08:36:11 PDT 2018
Author: dbaston
Date: 2018-09-28 08:36:11 -0700 (Fri, 28 Sep 2018)
New Revision: 16850
Modified:
trunk/ci/travis/run_tests.sh
Log:
Set RUNTESTFLAGS and -j for Travis build
Modified: trunk/ci/travis/run_tests.sh
===================================================================
--- trunk/ci/travis/run_tests.sh 2018-09-28 14:33:13 UTC (rev 16849)
+++ trunk/ci/travis/run_tests.sh 2018-09-28 15:36:11 UTC (rev 16850)
@@ -14,9 +14,9 @@
./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
More information about the postgis-tickets
mailing list