[regression] Fixed random warnings in test results when b2 parallel processing is enabled.

[SVN r85096]
This commit is contained in:
Robert Kawulak
2013-07-20 20:29:39 +00:00
parent addf30c186
commit 6a1dc9e0f5

View File

@@ -836,7 +836,8 @@ int main( int argc, char ** argv )
// 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();