File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# 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 $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -80,10 +80,10 @@ all-spi:
80
80
# #
81
81
82
82
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 )
84
84
85
85
installcheck : all
86
- ./pg_regress --schedule=serial_schedule --multibyte=$(MULTIBYTE )
86
+ $( SHELL ) ./pg_regress --schedule=serial_schedule --multibyte=$(MULTIBYTE )
87
87
88
88
89
89
# old interfaces follow...
You can’t perform that action at this time.
0 commit comments