$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r55419 - trunk/tools/regression/xsl_reports/xsl/v2
From: bdawes_at_[hidden]
Date: 2009-08-05 08:57:50
Author: bemandawes
Date: 2009-08-05 08:57:49 EDT (Wed, 05 Aug 2009)
New Revision: 55419
URL: http://svn.boost.org/trac/boost/changeset/55419
Log:
Add run_mpi to list of types selected (Steve Robbins)
Text files modified: 
   trunk/tools/regression/xsl_reports/xsl/v2/common.xsl |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/regression/xsl_reports/xsl/v2/common.xsl
==============================================================================
--- trunk/tools/regression/xsl_reports/xsl/v2/common.xsl	(original)
+++ trunk/tools/regression/xsl_reports/xsl/v2/common.xsl	2009-08-05 08:57:49 EDT (Wed, 05 Aug 2009)
@@ -151,7 +151,7 @@
         <xsl:param name="test_log"/>       
         <xsl:variable name="type" select="$test_log/@test-type"/>
         <func:result select="$type='compile' or $type='compile_fail' or $type='link' or $type='link_fail' 
-                             or $type='run' or $type='run_fail' or $type='run_pyd'"/>
+                             or $type='run' or $type='run_fail' or $type='run_pyd' or $type='run_mpi'"/>
     </func:function>