Skip to content

Commit fbe0a74

Browse files
committed
Try to make pg_repack test run during installcheck
1 parent e787c91 commit fbe0a74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/pg_repack/regress/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#
88

99

10+
REGRESS := init-extension psql repack tablespace issue3
11+
1012
ifdef PGXS
1113
PG_CONFIG = pg_config
1214
PGXS := $(shell $(PG_CONFIG) --pgxs)
@@ -25,5 +27,4 @@ endif
2527
# Test suite
2628
#
2729

28-
REGRESS := init-extension psql repack tablespace issue3
2930

0 commit comments

Comments
 (0)