Skip to content

Commit 2c437bd

Browse files
committed
Enable postgres_fdw regression tests.
1 parent be2d8b5 commit 2c437bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ endif
2626

2727
# Poor's man overload of already defined target: just copy it
2828
check: submake $(REGRESS_PREP)
29-
# $(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
29+
$(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
3030
env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
3131
$(prove_check)

0 commit comments

Comments
 (0)