diff --git a/Makefile b/Makefile index f6780044..ca742249 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,8 @@ DATA = pg_pathman--1.0--1.1.sql \ PGFILEDESC = "pg_pathman - partitioning tool for PostgreSQL" ifneq (pg_pathman,$(filter pg_pathman,$(PG_TEST_SKIP))) + +ifneq (pg_pathman_regress,$(filter pg_pathman_regress,$(PG_TEST_SKIP))) REGRESS = pathman_array_qual \ pathman_basic \ pathman_bgw \ @@ -67,6 +69,7 @@ REGRESS = pathman_array_qual \ endif ISOLATION = insert_nodes for_update rollback_on_create_partitions +endif REGRESS_OPTS = --temp-config $(top_srcdir)/$(subdir)/conf.add ISOLATION_OPTS = --temp-config $(top_srcdir)/$(subdir)/conf.add