Fix search/replace error in makefile for ecpg tests
authorMagnus Hagander <magnus@hagander.net>
Tue, 12 Jun 2007 13:09:58 +0000 (13:09 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 12 Jun 2007 13:09:58 +0000 (13:09 +0000)
src/interfaces/ecpg/test/Makefile

index 418f66d5c19ccaf494b90b33c7c6e237c41b6875..7c0bbf6f3b49e84b3ad2792de35292219084ab80 100644 (file)
@@ -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_tcp --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 --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