]> granicus.if.org Git - postgresql/commitdiff
Use parallel installcheck in vcregress.pl's upgrade test
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 7 Nov 2018 19:15:19 +0000 (14:15 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 7 Nov 2018 19:17:57 +0000 (14:17 -0500)
This is to keep the test in sync with what's done in test.sh, which
acquired this change in commit da906766c.

src/tools/msvc/vcregress.pl

index 26ab707d9f5a5262a682d2a2043014d004b16c3b..599b52101440be7cfe446b02a40b9d64c7717a73 100644 (file)
@@ -559,7 +559,7 @@ sub upgradecheck
        generate_db('',       91, 127, '');
 
        print "\nSetting up data for upgrading\n\n";
-       installcheck();
+       installcheck('parallel');
 
        # now we can chdir into the source dir
        chdir "$topdir/src/bin/pg_upgrade";