mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Honor $(SHELL) when invoking pg_regress.
This commit is contained in:
		@@ -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...
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user