We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff384f commit dad4215Copy full SHA for dad4215
src/tools/msvc/vcregress.pl
@@ -1,7 +1,7 @@
1
2
# -*-perl-*- hey - emacs - this is a perl file
3
4
-# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.7 2008/05/30 00:04:32 tgl Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.8 2008/10/06 02:55:20 tgl Exp $
5
6
use strict;
7
@@ -95,6 +95,7 @@ sub installcheck
95
{
96
my @args = (
97
"../../../$Config/pg_regress/pg_regress",
98
+ "--dlpath=.",
99
"--psqldir=../../../$Config/psql",
100
"--schedule=${schedule}_schedule",
101
"--multibyte=SQL_ASCII",
@@ -111,6 +112,7 @@ sub check
111
112
113
114
115
116
117
118
0 commit comments