|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r85096 - trunk/tools/regression/src
From: robert.kawulak_at_[hidden]
Date: 2013-07-20 16:29:39
Author: rkawulak
Date: 2013-07-20 16:29:39 EDT (Sat, 20 Jul 2013)
New Revision: 85096
URL: http://svn.boost.org/trac/boost/changeset/85096
Log:
[regression] Fixed random warnings in test results when b2 parallel processing is enabled.
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 Sat Jul 20 16:14:28 2013 (r85095)
+++ trunk/tools/regression/src/process_jam_log.cpp 2013-07-20 16:29:39 EDT (Sat, 20 Jul 2013) (r85096)
@@ -836,7 +836,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( "common.mkdir" ) == 0 )
+ || line_start.find( "common.mkdir" ) == 0
+ || line_start.find( ".manifest" ) != string::npos )
{
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