No superuser check separated from other tests
The output differs across versions because it can include the context. This made: - repack.out = repack_1.out - repack_3.out = repack_5.out
This commit is contained in:
@ -17,7 +17,7 @@ INTVERSION := $(shell echo $$(($$(echo $(VERSION).0 | sed 's/\([[:digit:]]\{1,\}
|
||||
# Test suite
|
||||
#
|
||||
|
||||
REGRESS := init-extension repack after-schema tablespace issue3
|
||||
REGRESS := init-extension repack after-schema nosuper tablespace issue3
|
||||
|
||||
USE_PGXS = 1 # use pgxs if not in contrib directory
|
||||
PGXS := $(shell $(PG_CONFIG) --pgxs)
|
||||
|
Reference in New Issue
Block a user