Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dd44cc9

Browse files
committed
Enable postgres_fdw regression tests.
1 parent 401949d commit dd44cc9

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)