Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf086b1

Browse files
committed
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
1 parent36c1c91 commitcf086b1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

‎src/tools/msvc/vcregress.pl

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,20 @@ sub InstallTemp
547547
subusage
548548
{
549549
printSTDERR
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+
"\nOptions for <schedule>:\n",
563+
" serial serial mode\n",
564+
" parallel parallel mode\n";
552565
exit(1);
553566
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp