Skip to content

Commit a99b0ec

Browse files
committed
Make make check ignore pg_repack
1 parent ed37393 commit a99b0ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/pg_repack/regress/Makefile

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

99

10-
REGRESS := init-extension psql repack tablespace issue3
10+
REGRESS := init-extension plpgsql repack tablespace issue3
11+
12+
check : REGRESS =
1113

1214
ifdef PGXS
1315
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)