Commit dad4215d authored by Tom Lane's avatar Tom Lane

Experimental patch to see if it fixes MSVC builds ...

parent 0ff384f0
# -*-perl-*- hey - emacs - this is a perl file # -*-perl-*- hey - emacs - this is a perl file
# $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 $
use strict; use strict;
...@@ -95,6 +95,7 @@ sub installcheck ...@@ -95,6 +95,7 @@ sub installcheck
{ {
my @args = ( my @args = (
"../../../$Config/pg_regress/pg_regress", "../../../$Config/pg_regress/pg_regress",
"--dlpath=.",
"--psqldir=../../../$Config/psql", "--psqldir=../../../$Config/psql",
"--schedule=${schedule}_schedule", "--schedule=${schedule}_schedule",
"--multibyte=SQL_ASCII", "--multibyte=SQL_ASCII",
...@@ -111,6 +112,7 @@ sub check ...@@ -111,6 +112,7 @@ sub check
{ {
my @args = ( my @args = (
"../../../$Config/pg_regress/pg_regress", "../../../$Config/pg_regress/pg_regress",
"--dlpath=.",
"--psqldir=../../../$Config/psql", "--psqldir=../../../$Config/psql",
"--schedule=${schedule}_schedule", "--schedule=${schedule}_schedule",
"--multibyte=SQL_ASCII", "--multibyte=SQL_ASCII",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment