File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,9 @@ $ENV{CONFIG}="Debug";
436436<userinput>vcregress installcheck</userinput>
437437<userinput>vcregress plcheck</userinput>
438438<userinput>vcregress contribcheck</userinput>
439+ <userinput>vcregress ecpgcheck</userinput>
440+ <userinput>vcregress isolationcheck</userinput>
441+ <userinput>vcregress upgradecheck</userinput>
439442</screen>
440443
441444 To change the schedule used (default is parallel), append it to the
Original file line number Diff line number Diff line change @@ -405,6 +405,6 @@ sub usage
405405{
406406 print STDERR
407407 " Usage: vcregress.pl " ,
408- " <check|installcheck|plcheck|contribcheck|ecpgcheck> [schedule]\n " ;
408+ " <check|installcheck|plcheck|contribcheck|isolationcheck| ecpgcheck|upgradecheck > [schedule]\n " ;
409409 exit (1);
410410}
You can’t perform that action at this time.
0 commit comments