$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r61090 - branches/release/tools/regression/src
From: ramey_at_[hidden]
Date: 2010-04-05 21:32:57
Author: ramey
Date: 2010-04-05 21:32:56 EDT (Mon, 05 Apr 2010)
New Revision: 61090
URL: http://svn.boost.org/trac/boost/changeset/61090
Log:
Merge to release
Text files modified: 
   branches/release/tools/regression/src/library_status.cpp |     6 +++++-                                  
   1 files changed, 5 insertions(+), 1 deletions(-)
Modified: branches/release/tools/regression/src/library_status.cpp
==============================================================================
--- branches/release/tools/regression/src/library_status.cpp	(original)
+++ branches/release/tools/regression/src/library_status.cpp	2010-04-05 21:32:56 EDT (Mon, 05 Apr 2010)
@@ -630,10 +630,14 @@
                 continue;
             
             string test_name = itr->filename();
-            // strip off the ".test" is there is one
+            // if the file name contains ".test"
             string::size_type s = test_name.find( ".test" );
             if(string::npos != s)
+                // strip it off
                 test_name.resize(s);
+            else
+                // if it doesn't - skip this directory
+                continue;
 
             results.push_back( std::string() ); 
             do_row(