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

Commit 09aaf41

Browse files
committed
Disable DTM regression test in postgres_fdw.
Since we disabled DTM brusquely and with fire, temporarily don't run DTM test on postgres_fdw -- we need to make proper GUC turning it on and off.
1 parent 453d70f commit 09aaf41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/postgres_fdw/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ endif
2929
# Poor's man overload of already defined target: just copy it
3030
check: submake $(REGRESS_PREP)
3131
$(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
32-
env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
33-
$(prove_check)
32+
# env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
33+
# $(prove_check)

0 commit comments

Comments
 (0)