Closes #3801 for PostGIS 2.4.0
Turn off interrupt tests on dronie, too many false failures
git-svn-id: http://svn.osgeo.org/postgis/trunk@15528
b70326c6-7e19-0410-871a-
916f4a2858ee
pull: true
commands:
- ./autogen.sh
- - ./configure CFLAGS="-O0 -Wall"
+ - ./configure CFLAGS="-O0 -Wall" --without-interrupt-tests
- make
check:
image: *test-image
print "Dumping and restoring database '${DB}'\n";
- $rv = system("pg_dump -Fc ${DB} -f ${DBDUMP} >> $REGRESS_LOG 2>&1");
+ $rv = system("pg_dump -Fc -f${DBDUMP} ${DB} >> $REGRESS_LOG 2>&1");
if ( $rv ) {
fail("Could not dump ${DB}", $REGRESS_LOG);
die;