|
1 |
| -# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.68 2007/06/1211:07:30 mha Exp $ |
| 1 | +# $PostgreSQL: pgsql/src/interfaces/ecpg/test/Makefile,v 1.69 2007/06/1213:09:58 mha Exp $ |
2 | 2 |
|
3 | 3 | subdir = src/interfaces/ecpg/test
|
4 | 4 | top_builddir = ../../../..
|
@@ -92,7 +92,7 @@ check: all
|
92 | 92 |
|
93 | 93 | # the same options, but with --listen-on-tcp
|
94 | 94 | checktcp: all
|
95 |
| -./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 |
| 95 | +./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 |
96 | 96 |
|
97 | 97 | installcheck: all
|
98 | 98 | ./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
|