Hello,
At Thu, 14 Apr 2016 13:24:34 +0900, Michael Paquier <[email protected]>
wrote in <cab7npqthcdv+crwywbfqgyl0gjfzewvgxs5k9x65wwgbqkj...@mail.gmail.com>
> On Thu, Apr 14, 2016 at 11:45 AM, Amit Kapila <[email protected]> wrote:
> > Yes, this is what I was trying to explain to Fujii-san upthread and I have
> > also verified that the same works on Windows.
>
> If you could, it would be nice as well to check that nothing breaks
> with VS when using vcregress recoverycheck.
I failed the test because of not preparing for TAP tests. But
instead, I noticed that vcregress.pl shows a bit wrong help
message.
> >vcregress
> Usage: vcregress.pl
> <check|installcheck|plcheck|contribcheck|isolationcheck|ecpgcheck|upgradecheck>
> [schedule]
The new messages in the following diff is the same to the regexp
to check the parameter of vcregress.
======
diff --git a/src/tools/msvc/vcregress.pl b/src/tools/msvc/vcregress.pl
index 3d14544..08e2acc 100644
--- a/src/tools/msvc/vcregress.pl
+++ b/src/tools/msvc/vcregress.pl
@@ -548,6 +548,6 @@ sub usage
{
print STDERR
"Usage: vcregress.pl ",
-"<check|installcheck|plcheck|contribcheck|isolationcheck|ecpgcheck|upgradecheck>
[schedule]\n";
+"<check|installcheck|plcheck|contribcheck|modulescheck|ecpgcheck|isolationcheck|upgradecheck|bincheck|recoverycheck>
[schedule]\n";
exit(1);
}
=====
regards,
--
Kyotaro Horiguchi
NTT Open Source Software Center
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers