From: Bjorn Munch Date: February 21 2011 2:07pm Subject: Re: bzr commit into mysql-5.5-mtr branch (bjorn.munch:3168) Bug#11766640 List-Archive: http://lists.mysql.com/commits/131764 Message-Id: <20110221140741.GA20732@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 21/02 15.00, Vladislav Vaintroub wrote: > > > + my $ctest_out= `ctest 2>&1`; > > it is not that as simple as parameter-less ctest call. You need a unit test > run to be compatible with your chosen build configuration, this should be > "ctest -C ${MTR_VS_CONFIG}" , for Visual Studio and for Xcode. Oh, thanks for the tip! I did of course test this on a default manual build on Windows, knowing this might be platform dependent. Your reply came 3 seconds(!) after I pushed. I will test the above and then do a follow-up push. - Bjorn