mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
Update helptext for vcregress.pl
This has clearly not been tracking the code changse for quite some time. Michael Paquier, problem spotted by Kyotaro HORIGUCHI
This commit is contained in:
parent
36c1c91604
commit
cf086b1c2f
@ -547,7 +547,20 @@ sub InstallTemp
|
|||||||
sub usage
|
sub usage
|
||||||
{
|
{
|
||||||
print STDERR
|
print STDERR
|
||||||
"Usage: vcregress.pl ",
|
"Usage: vcregress.pl <mode> [ <schedule> ]\n\n",
|
||||||
"<check|installcheck|plcheck|contribcheck|isolationcheck|ecpgcheck|upgradecheck> [schedule]\n";
|
"Options for <mode>:\n",
|
||||||
|
" bincheck run tests of utilities in src/bin/\n",
|
||||||
|
" check deploy instance and run regression tests on it\n",
|
||||||
|
" contribcheck run tests of modules in contrib/\n",
|
||||||
|
" ecpgcheck run regression tests of ECPG\n",
|
||||||
|
" installcheck run regression tests on existing instance\n",
|
||||||
|
" isolationcheck run isolation tests\n",
|
||||||
|
" modulescheck run tests of modules in src/test/modules/\n",
|
||||||
|
" plcheck run tests of PL languages\n",
|
||||||
|
" recoverycheck run recovery test suite\n",
|
||||||
|
" upgradecheck run tests of pg_upgrade\n",
|
||||||
|
"\nOptions for <schedule>:\n",
|
||||||
|
" serial serial mode\n",
|
||||||
|
" parallel parallel mode\n";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user