# HG changeset patch
# User Dario Sestito <darios@symbian.org>
# Date 1248106558 -3600
# Node ID 2f097e4f5384d7b8c5ddf38ed0d6f3277a312f05
# Parent  257557b397545b9d0b56bff7ccd2f6d8aed36dcf
Fix to account of log file names for test builds

diff -r 257557b39754 -r 2f097e4f5384 common/build.xml
--- a/common/build.xml	Mon Jul 20 10:43:39 2009 +0100
+++ b/common/build.xml	Mon Jul 20 17:15:58 2009 +0100
@@ -793,7 +793,7 @@
           </fileset>
         </path>
         <sequential>
-          <propertyregex override="yes" property="preprocessedlogfile" input="@{logfile}" regexp=".*[\\|\/].*\.\d+_+(.*)_compile\.log" replace="\1_compile_preprocessed.log"/>
+          <propertyregex override="yes" property="preprocessedlogfile" input="@{logfile}" regexp=".*[\\|\/].*CL\.T?\d+_+(.*)_compile\.log" replace="\1_compile_preprocessed.log"/>
 	        <echo message="Preprocessing @{logfile}..."/>
           <exec executable="perl" dir="${sf.common.config.dir}/tools/raptor" failonerror="false" input="@{logfile}" output="${build.log.dir}/analysis/${preprocessedlogfile}" error="${build.log.dir}/analysis/${build.id}_preprocess.log" append="true">
             <arg value="${sf.common.config.dir}/tools/raptor/preprocess_log.pl"/>