mirror of
https://github.com/boostorg/regression.git
synced 2026-02-21 15:22:14 +00:00
[regression] Fixed random warnings in test results when b2 parallel processing is enabled.
[SVN r85096]
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user