Use parallel installcheck in vcregress.pl's upgrade test

This is to keep the test in sync with what's done in test.sh, which
acquired this change in commit da906766c.
pull/34/head
Andrew Dunstan 7 years ago
parent b84a6dafbf
commit 54ad7282fe
  1. 2
      src/tools/msvc/vcregress.pl

@ -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";

Loading…
Cancel
Save