Index: contrib/contrib-global.mk =================================================================== RCS file: /cvsroot/pgsql-server/contrib/contrib-global.mk,v retrieving revision 1.5 diff -c -r1.5 contrib-global.mk *** contrib/contrib-global.mk 2 Nov 2002 00:16:21 -0000 1.5 --- contrib/contrib-global.mk 26 Nov 2003 04:42:55 -0000 *************** *** 209,215 **** # against installed postmaster installcheck: submake ! $(top_builddir)/src/test/regress/pg_regress $(REGRESS) # in-tree test doesn't work yet (no way to install my shared library) #check: all submake --- 209,215 ---- # against installed postmaster installcheck: submake ! $(top_builddir)/src/test/regress/pg_regress --port=$(DEF_PGPORT) $(REGRESS) # in-tree test doesn't work yet (no way to install my shared library) #check: all submake Index: src/test/regress/GNUmakefile =================================================================== RCS file: /cvsroot/pgsql-server/src/test/regress/GNUmakefile,v retrieving revision 1.43 diff -c -r1.43 GNUmakefile *** src/test/regress/GNUmakefile 2 Nov 2003 21:56:15 -0000 1.43 --- src/test/regress/GNUmakefile 26 Nov 2003 04:00:38 -0000 *************** *** 122,128 **** $(SHELL) ./pg_regress --temp-install --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule --multibyte=$(MULTIBYTE) $(MAXCONNOPT) installcheck: all ! $(SHELL) ./pg_regress --schedule=$(srcdir)/serial_schedule --multibyte=$(MULTIBYTE) # old interfaces follow... --- 122,128 ---- $(SHELL) ./pg_regress --temp-install --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule --multibyte=$(MULTIBYTE) $(MAXCONNOPT) installcheck: all ! $(SHELL) ./pg_regress --port=$(DEF_PGPORT) --schedule=$(srcdir)/serial_schedule --multibyte=$(MULTIBYTE) # old interfaces follow... *************** *** 131,137 **** runtest: installcheck bigtest: ! $(SHELL) ./pg_regress --schedule=$(srcdir)/serial_schedule --multibyte=$(MULTIBYTE) numeric_big bigcheck: $(SHELL) ./pg_regress --temp-install --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule --multibyte=$(MULTIBYTE) $(MAXCONNOPT) numeric_big --- 131,137 ---- runtest: installcheck bigtest: ! $(SHELL) ./pg_regress --port=$(DEF_PGPORT) --schedule=$(srcdir)/serial_schedule --multibyte=$(MULTIBYTE) numeric_big bigcheck: $(SHELL) ./pg_regress --temp-install --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule --multibyte=$(MULTIBYTE) $(MAXCONNOPT) numeric_big