mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add MinGW to cases where libdir should be used for regression tests:
case $host_platform in
        *-*-cygwin*|*-*-mingw)
            PATH=$libdir:$PATH
            export PATH
            ;;
    esac
			
			
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
#! /bin/sh
 | 
					#! /bin/sh
 | 
				
			||||||
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.42 2004/05/03 13:25:23 momjian Exp $
 | 
					# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.43 2004/05/19 05:20:27 momjian Exp $
 | 
				
			||||||
 | 
					
 | 
				
			||||||
me=`basename $0`
 | 
					me=`basename $0`
 | 
				
			||||||
: ${TMPDIR=/tmp}
 | 
					: ${TMPDIR=/tmp}
 | 
				
			||||||
@@ -348,7 +348,7 @@ then
 | 
				
			|||||||
    # executables, not dlopen'ed ones)
 | 
					    # executables, not dlopen'ed ones)
 | 
				
			||||||
    # ----------
 | 
					    # ----------
 | 
				
			||||||
    case $host_platform in
 | 
					    case $host_platform in
 | 
				
			||||||
        *-*-cygwin*)
 | 
					        *-*-cygwin*|*-*-mingw)
 | 
				
			||||||
            PATH=$libdir:$PATH
 | 
					            PATH=$libdir:$PATH
 | 
				
			||||||
            export PATH
 | 
					            export PATH
 | 
				
			||||||
            ;;
 | 
					            ;;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user