Applied patch by Joachim to enable checktcp again
This commit is contained in:
parent
bd06ab29ae
commit
839fcc9fd0
@ -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
|
subdir = src/interfaces/ecpg/test
|
||||||
top_builddir = ../../../..
|
top_builddir = ../../../..
|
||||||
@ -92,7 +92,7 @@ check: all
|
|||||||
|
|
||||||
# the same options, but with --listen-on-tcp
|
# the same options, but with --listen-on-tcp
|
||||||
checktcp: all
|
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
|
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
|
./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
|
||||||
|
42
src/interfaces/ecpg/test/ecpg_schedule_tcp
Normal file
42
src/interfaces/ecpg/test/ecpg_schedule_tcp
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
test: compat_informix/dec_test
|
||||||
|
test: compat_informix/charfuncs
|
||||||
|
test: compat_informix/rfmtdate
|
||||||
|
test: compat_informix/rfmtlong
|
||||||
|
test: compat_informix/rnull
|
||||||
|
test: compat_informix/test_informix
|
||||||
|
test: compat_informix/test_informix2
|
||||||
|
test: connect/test2
|
||||||
|
test: connect/test3
|
||||||
|
test: connect/test4
|
||||||
|
test: connect/test5
|
||||||
|
test: pgtypeslib/dt_test
|
||||||
|
test: pgtypeslib/dt_test2
|
||||||
|
test: pgtypeslib/num_test
|
||||||
|
test: pgtypeslib/num_test2
|
||||||
|
test: preproc/comment
|
||||||
|
test: preproc/define
|
||||||
|
test: preproc/init
|
||||||
|
test: preproc/type
|
||||||
|
test: preproc/variable
|
||||||
|
test: preproc/whenever
|
||||||
|
test: sql/array
|
||||||
|
test: sql/binary
|
||||||
|
test: sql/code100
|
||||||
|
test: sql/copystdout
|
||||||
|
test: sql/define
|
||||||
|
test: sql/desc
|
||||||
|
test: sql/dynalloc
|
||||||
|
test: sql/dynalloc2
|
||||||
|
test: sql/dyntest
|
||||||
|
test: sql/execute
|
||||||
|
test: sql/fetch
|
||||||
|
test: sql/func
|
||||||
|
test: sql/indicators
|
||||||
|
test: sql/quote
|
||||||
|
test: sql/show
|
||||||
|
test: sql/insupd
|
||||||
|
test: sql/parser
|
||||||
|
test: thread/thread
|
||||||
|
test: thread/thread_implicit
|
||||||
|
test: connect/test1
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user