File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -547,7 +547,20 @@ sub InstallTemp
547547sub usage
548548{
549549 print STDERR
550- " Usage: vcregress.pl " ,
551- " <check|installcheck|plcheck|contribcheck|isolationcheck|ecpgcheck|upgradecheck> [schedule]\n " ;
550+ " Usage: vcregress.pl <mode> [ <schedule> ]\n\n " ,
551+ " 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+ " \n Options for <schedule>:\n " ,
563+ " serial serial mode\n " ,
564+ " parallel parallel mode\n " ;
552565 exit (1);
553566}
You can’t perform that action at this time.
0 commit comments