Test file separated in setup - run - check

The run part has different output across minor versions, the others not.

Dropped test files identification statement as now the variable part is
in small chunks.
This commit is contained in:
Daniele Varrazzo
2018-03-20 12:49:15 +00:00
parent 74d56ef4d6
commit 73851d2e5c
9 changed files with 330 additions and 856 deletions

View File

@ -17,7 +17,7 @@ INTVERSION := $(shell echo $$(($$(echo $(VERSION).0 | sed 's/\([[:digit:]]\{1,\}
# Test suite
#
REGRESS := init-extension repack after-schema nosuper tablespace issue3
REGRESS := init-extension repack-setup repack-run after-schema repack-check nosuper tablespace issue3
USE_PGXS = 1 # use pgxs if not in contrib directory
PGXS := $(shell $(PG_CONFIG) --pgxs)