Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72820 - trunk/tools/regression/src
From: bdawes_at_[hidden]
Date: 2011-06-30 11:28:27


Author: bemandawes
Date: 2011-06-30 11:28:27 EDT (Thu, 30 Jun 2011)
New Revision: 72820
URL: http://svn.boost.org/trac/boost/changeset/72820

Log:
Stop at additional bjam output that was being confused with compiler warning messages
Text files modified:
   trunk/tools/regression/src/process_jam_log.cpp | 3 ++-
   1 files changed, 2 insertions(+), 1 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 2011-06-30 11:28:27 EDT (Thu, 30 Jun 2011)
@@ -798,7 +798,8 @@
 
     // these actions are only used to stop the previous action
     else if ( line_start.find( "-Archive" ) != string::npos
- || line_start.find( "MkDir" ) == 0 )
+ || line_start.find( "MkDir" ) == 0
+ || line_start.find( "common.mkdir" ) == 0 )
     {
       mgr.stop_message( content );
       content.clear();


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