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

Commit 869b1e4

Browse files
committed
Fix isolation check for MSVC to handle recent changes.
1 parent c46c803 commit 869b1e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/msvc/vcregress.pl

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ sub ecpgcheck
149149
sub isolationcheck
150150
{
151151
chdir "../isolation";
152-
copy("../../../$Config/isolationtester/isolationtester.exe", ".");
152+
copy("../../../$Config/isolationtester/isolationtester.exe",
153+
"../../../$Config/pg_isolation_regress");
153154
my @args = (
154155
"../../../$Config/pg_isolation_regress/pg_isolation_regress",
155156
"--psqldir=../../../$Config/psql",

0 commit comments

Comments
 (0)