Re: [HACKERS] Some modes of vcregress not mentioned in MSVC scripts

2014-12-17 Thread Magnus Hagander
Applied, thanks. Also backpatched to 9.4 so the docs changes go into the /current/ docs (or what will be current later this week). //Magnus On Tue, Dec 16, 2014 at 7:10 AM, Michael Paquier wrote: > > Hi all, > > While looking at the Windows docs and the MSVC scripts, I noticed that > the follow

[HACKERS] Some modes of vcregress not mentioned in MSVC scripts

2014-12-15 Thread Michael Paquier
Hi all, While looking at the Windows docs and the MSVC scripts, I noticed that the following run modes of vcregress.pl are either not mentioned in the WIndows installation docs or in the help output of vcregress.pl: - ecpgcheck - isolationcheck - upgradecheck Attached is a patch fixing that. Regar