]> granicus.if.org Git - postgresql/commitdiff
Fix isolation check for MSVC to handle recent changes.
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 13 Nov 2013 17:59:48 +0000 (12:59 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 13 Nov 2013 17:59:48 +0000 (12:59 -0500)
src/tools/msvc/vcregress.pl

index 89bd31a306c71a7d48e5bbc8f27302d7419c425d..3b4992f923e26e23918dd10b7894018d59182241 100644 (file)
@@ -149,7 +149,8 @@ sub ecpgcheck
 sub isolationcheck
 {
        chdir "../isolation";
-       copy("../../../$Config/isolationtester/isolationtester.exe", ".");
+       copy("../../../$Config/isolationtester/isolationtester.exe", 
+                "../../../$Config/pg_isolation_regress");
        my @args = (
                "../../../$Config/pg_isolation_regress/pg_isolation_regress",
                "--psqldir=../../../$Config/psql",