mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Honor $(SHELL) when invoking pg_regress.
This commit is contained in:
parent
fc7c1fe2f1
commit
5ba666b848
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# 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
|
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
|
installcheck: all
|
||||||
./pg_regress --schedule=serial_schedule --multibyte=$(MULTIBYTE)
|
$(SHELL) ./pg_regress --schedule=serial_schedule --multibyte=$(MULTIBYTE)
|
||||||
|
|
||||||
|
|
||||||
# old interfaces follow...
|
# old interfaces follow...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user