Skip to content

Commit 5ba666b

Browse files
committed
Honor $(SHELL) when invoking pg_regress.
1 parent fc7c1fe commit 5ba666b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/regress/GNUmakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.24 2000/09/29 17:17:37 petere Exp $
10+
# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.25 2000/10/02 06:07:25 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -80,10 +80,10 @@ all-spi:
8080
##
8181

8282
check: all
83-
./pg_regress --temp-install --top-builddir=$(top_builddir) --schedule=parallel_schedule --multibyte=$(MULTIBYTE)
83+
$(SHELL) ./pg_regress --temp-install --top-builddir=$(top_builddir) --schedule=parallel_schedule --multibyte=$(MULTIBYTE)
8484

8585
installcheck: all
86-
./pg_regress --schedule=serial_schedule --multibyte=$(MULTIBYTE)
86+
$(SHELL) ./pg_regress --schedule=serial_schedule --multibyte=$(MULTIBYTE)
8787

8888

8989
# old interfaces follow...

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy