From: Vladislav Vaintroub Date: February 21 2011 2:00pm Subject: RE: bzr commit into mysql-5.5-mtr branch (bjorn.munch:3168) Bug#11766640 List-Archive: http://lists.mysql.com/commits/131762 Message-Id: <016b01cbd1cf$b24e4320$16eac960$@montyprogram.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > -----Original Message----- > From: Bjorn Munch [mailto:bjorn.munch@stripped] > Sent: Montag, 21. Februar 2011 13:59 > To: commits@stripped > Subject: bzr commit into mysql-5.5-mtr branch (bjorn.munch:3168) > Bug#11766640 Hi Bjorn, > + 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. Wlad