]> granicus.if.org Git - postgis/commitdiff
don't bother testing non-logbt if logbt is chosen (would be largely redundant? )
authorRegina Obe <lr@pcorp.us>
Wed, 20 Mar 2019 20:07:59 +0000 (20:07 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 20 Mar 2019 20:07:59 +0000 (20:07 +0000)
References #4354

git-svn-id: http://svn.osgeo.org/postgis/trunk@17350 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_regress.sh

index c7cb13bab24f524f42ba6c54e71a7d835287ce28..12cff7770c7b24f9dd76085b038c95b6b519b01f 100644 (file)
@@ -72,7 +72,16 @@ if [ "$?" != "0" ]; then
   exit $?
 fi
 
-export RUNTESTFLAGS=-v
+if [ "$MAKE_LOGBT" = "1" ]; then
+ echo "Running logbt testing"
+ bash ./ci/debbie/logbt -- make -j check RUNTESTFLAGS=--verbose
+ if [ "$?" != "0" ]; then
+  exit $?
+ fi
+else
+  export RUNTESTFLAGS=-v
+fi
+
 
 make check
 
@@ -87,13 +96,7 @@ if [ "$MAKE_EXTENSION" = "1" ]; then
  fi
 fi
 
-if [ "$MAKE_LOGBT" = "1" ]; then
- echo "Running logbt testing"
- bash ./ci/debbie/logbt -- make -j check RUNTESTFLAGS=--verbose
- if [ "$?" != "0" ]; then
-  exit $?
- fi
-fi
+
 
 if [ "$DUMP_RESTORE" = "1" ]; then
  echo "Dum restore test"