mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Honor $(SHELL) when invoking pg_regress.
This commit is contained in:
parent
fc7c1fe2f1
commit
5ba666b848
@ -7,7 +7,7 @@
|
||||
#
|
||||
#
|
||||
# IDENTIFICATION
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.24 2000/09/29 17:17:37 petere Exp $
|
||||
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.25 2000/10/02 06:07:25 tgl Exp $
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
|
||||
@ -80,10 +80,10 @@ all-spi:
|
||||
##
|
||||
|
||||
check: all
|
||||
./pg_regress --temp-install --top-builddir=$(top_builddir) --schedule=parallel_schedule --multibyte=$(MULTIBYTE)
|
||||
$(SHELL) ./pg_regress --temp-install --top-builddir=$(top_builddir) --schedule=parallel_schedule --multibyte=$(MULTIBYTE)
|
||||
|
||||
installcheck: all
|
||||
./pg_regress --schedule=serial_schedule --multibyte=$(MULTIBYTE)
|
||||
$(SHELL) ./pg_regress --schedule=serial_schedule --multibyte=$(MULTIBYTE)
|
||||
|
||||
|
||||
# old interfaces follow...
|
||||
|
Loading…
Reference in New Issue
Block a user