projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a5330
)
Set PWDFLAGS based on test platform, not target platform.
author
Bruce Momjian
Sun, 2 May 2004 10:24:51 +0000
(10:24 +0000)
committer
Bruce Momjian
Sun, 2 May 2004 10:24:51 +0000
(10:24 +0000)
Andrew Dunstan
src/test/regress/pg_regress.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/pg_regress.sh
b/src/test/regress/pg_regress.sh
index 542aa0cc3ba6f50822b8f796dc18cd5b020349f6..87a5666fed36cef4b8ed44c5fd3e49338313f3c8 100644
(file)
--- a/
src/test/regress/pg_regress.sh
+++ b/
src/test/regress/pg_regress.sh
@@
-1,5
+1,5
@@
#! /bin/sh
-# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.
39 2004/05/02 04:27:37
momjian Exp $
+# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.
40 2004/05/02 10:24:51
momjian Exp $
me=`basename $0`
: ${TMPDIR=/tmp}
@@
-211,8
+211,8
@@
esac
# Set up pwd to give a win32 happy pathname
# ----------
-case
$host_platform
in
-
*-*-mingw
32*)
+case
`uname`
in
+
MINGW
32*)
PWDFLAGS=-W;;
*)
PWDFLAGS=;;