We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent36c1c91 commitcf086b1Copy full SHA for cf086b1
src/tools/msvc/vcregress.pl
@@ -547,7 +547,20 @@ sub InstallTemp
547
subusage
548
{
549
printSTDERR
550
-"Usage: vcregress.pl",
551
-"<check|installcheck|plcheck|contribcheck|isolationcheck|ecpgcheck|upgradecheck> [schedule]\n";
+"Usage: vcregress.pl <mode> [ <schedule> ]\n\n",
+"Options for <mode>:\n",
552
+" bincheck run tests of utilities in src/bin/\n",
553
+" check deploy instance and run regression tests on it\n",
554
+" contribcheck run tests of modules in contrib/\n",
555
+" ecpgcheck run regression tests of ECPG\n",
556
+" installcheck run regression tests on existing instance\n",
557
+" isolationcheck run isolation tests\n",
558
+" modulescheck run tests of modules in src/test/modules/\n",
559
+" plcheck run tests of PL languages\n",
560
+" recoverycheck run recovery test suite\n",
561
+" upgradecheck run tests of pg_upgrade\n",
562
+"\nOptions for <schedule>:\n",
563
+" serial serial mode\n",
564
+" parallel parallel mode\n";
565
exit(1);
566
}