Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 98640c3

Browse files
committed
Add installcheck-parallel regression test target. Magnus Hagander
1 parent 77fe4fd commit 98640c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/test/regress/GNUmakefile

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.47 2004/06/18 06:14:25 tgl Exp $
10+
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.48 2004/11/17 18:05:06 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -137,11 +137,17 @@ installcheck: all
137137
mkdir ./testtablespace
138138
$(SHELL) ./pg_regress --schedule=$(srcdir)/serial_schedule --multibyte=$(MULTIBYTE)
139139

140+
installcheck-parallel: all
141+
-rm -rf ./testtablespace
142+
mkdir ./testtablespace
143+
$(SHELL) ./pg_regress --schedule=$(srcdir)/parallel_schedule --multibyte=$(MULTIBYTE) $(MAXCONNOPT)
144+
140145

141146
# old interfaces follow...
142147

143148
runcheck: check
144149
runtest: installcheck
150+
runtest-parallel: installcheck-parallel
145151

146152
bigtest:
147153
$(SHELL) ./pg_regress --schedule=$(srcdir)/serial_schedule --multibyte=$(MULTIBYTE) numeric_big

0 commit comments

Comments
 (0)