Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba71d82

Browse files
committed
Add MinGW to cases where libdir should be used for regression tests:
case $host_platform in *-*-cygwin*|*-*-mingw) PATH=$libdir:$PATH export PATH ;; esac
1 parenteb8c79a commitba71d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.42 2004/05/03 13:25:23 momjian Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.43 2004/05/19 05:20:27 momjian Exp $
33

44
me=`basename$0`
55
:${TMPDIR=/tmp}
@@ -348,7 +348,7 @@ then
348348
# executables, not dlopen'ed ones)
349349
# ----------
350350
case$host_platformin
351-
*-*-cygwin*)
351+
*-*-cygwin*|*-*-mingw)
352352
PATH=$libdir:$PATH
353353
export PATH
354354
;;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp