Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dad4215

Browse files
committed
Experimental patch to see if it fixes MSVC builds ...
1 parent 0ff384f commit dad4215

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# -*-perl-*- hey - emacs - this is a perl file
33

4-
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.7 2008/05/30 00:04:32 tgl Exp $
4+
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.8 2008/10/06 02:55:20 tgl Exp $
55

66
use strict;
77

@@ -95,6 +95,7 @@ sub installcheck
9595
{
9696
my @args = (
9797
"../../../$Config/pg_regress/pg_regress",
98+
"--dlpath=.",
9899
"--psqldir=../../../$Config/psql",
99100
"--schedule=${schedule}_schedule",
100101
"--multibyte=SQL_ASCII",
@@ -111,6 +112,7 @@ sub check
111112
{
112113
my @args = (
113114
"../../../$Config/pg_regress/pg_regress",
115+
"--dlpath=.",
114116
"--psqldir=../../../$Config/psql",
115117
"--schedule=${schedule}_schedule",
116118
"--multibyte=SQL_ASCII",

0 commit comments

Comments
 (0)