diff options
author | Michael Meskes | 2007-06-15 08:23:52 +0000 |
---|---|---|
committer | Michael Meskes | 2007-06-15 08:23:52 +0000 |
commit | 839fcc9fd09452c406b67fb2e1af87d55d0ad4e2 (patch) | |
tree | 8519d94169ddd1f2f8f7862fd185d6930305d57d /src/interfaces/ecpg/test/Makefile | |
parent | bd06ab29aef18dab1335ba822b8f079a06618712 (diff) |
Applied patch by Joachim to enable checktcp again
Diffstat (limited to 'src/interfaces/ecpg/test/Makefile')
-rw-r--r-- | src/interfaces/ecpg/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile index a0c8bedb166..491cd2ff01e 100644 --- a/src/interfaces/ecpg/test/Makefile +++ b/src/interfaces/ecpg/test/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.70 2007/06/12 15:00:41 alvherre Exp $ +# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.71 2007/06/15 08:23:52 meskes Exp $ subdir = src/interfaces/ecpg/test top_builddir = ../../../.. @@ -92,7 +92,7 @@ check: all # the same options, but with --listen-on-tcp checktcp: all - ./pg_regress --dbname=regress1,connectdb --top-builddir=$(top_builddir) --temp-install=./tmp_check --temp-port=$(TEMP_PORT) --multibyte=$(MULTIBYTE) --load-language=plpgsql $(NOLOCALE) $(THREAD) --schedule=$(srcdir)/ecpg_schedule --create-role=connectuser,connectdb --host=localhost + ./pg_regress --dbname=regress1,connectdb --top-builddir=$(top_builddir) --temp-install=./tmp_check --temp-port=$(TEMP_PORT) --multibyte=$(MULTIBYTE) --load-language=plpgsql $(NOLOCALE) $(THREAD) --schedule=$(srcdir)/ecpg_schedule_tcp --create-role=connectuser,connectdb --host=localhost installcheck: all ./pg_regress --psqldir=$(PSQLDIR) --dbname=regress1,connectdb --top-builddir=$(top_builddir) --multibyte=$(MULTIBYTE) --load-language=plpgsql $(NOLOCALE) $(THREAD) --schedule=$(srcdir)/ecpg_schedule --create-role=connectuser,connectdb |