Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61103 - trunk/tools/regression/src
From: grafikrobot_at_[hidden]
Date: 2010-04-06 09:29:13


Author: grafik
Date: 2010-04-06 09:29:12 EDT (Tue, 06 Apr 2010)
New Revision: 61103
URL: http://svn.boost.org/trac/boost/changeset/61103

Log:
Comment out check for boost-test from process_jam_log. It's not really needed and jsut get's in the way of processing when there is build output before the boost-test lines. As is the case with the new BB configuration system.
Text files modified:
   trunk/tools/regression/src/process_jam_log.cpp | 14 +++++++-------
   1 files changed, 7 insertions(+), 7 deletions(-)

Modified: trunk/tools/regression/src/process_jam_log.cpp
==============================================================================
--- trunk/tools/regression/src/process_jam_log.cpp (original)
+++ trunk/tools/regression/src/process_jam_log.cpp 2010-04-06 09:29:12 EDT (Tue, 06 Apr 2010)
@@ -758,13 +758,13 @@
            line_start.find( ".linkonce" ) == string::npos )
     )
     {
- if ( !test2info.size() )
- {
- std::cout << "*****Error - No \"boost-test\" lines encountered.\n"
- " (Usually occurs when bjam was envoked without the --dump-tests option\n"
- " or bjam was envoked in the wrong directory)\n";
- return 1;
- }
+ //~ if ( !test2info.size() )
+ //~ {
+ //~ std::cout << "*****Error - No \"boost-test\" lines encountered.\n"
+ //~ " (Usually occurs when bjam was envoked without the --dump-tests option\n"
+ //~ " or bjam was envoked in the wrong directory)\n";
+ //~ return 1;
+ //~ }
 
       string action( ( line_start.find( "Link-action" ) != string::npos
             || line_start.find( "vc-Link" ) != string::npos


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk