Commit 54ad7282 authored by Andrew Dunstan's avatar Andrew Dunstan

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 da906766.
parent b84a6daf
......@@ -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";
......
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