Disabled filtering results after Static BC analysis
authorMaciej Seroka <maciejs@symbian.org>
Thu, 04 Feb 2010 11:15:24 +0000
changeset 873 b69b120a28ee
parent 871 ef25bf39d67c
child 874 60a32d297711
Disabled filtering results after Static BC analysis
common/build.test.xml
--- a/common/build.test.xml	Tue Feb 02 14:28:49 2010 +0000
+++ b/common/build.test.xml	Thu Feb 04 11:15:24 2010 +0000
@@ -82,7 +82,6 @@
                         <arg value="CheckBC.py"/>
                         <arg value="${build.log.dir}/BC/bc.config"/>
                         <arg value="-la"/>
-                        <arg value="-f"/>
                         <arg value="${sf.spec.bccheck.reportid}"/>
                     </exec>
                     <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Libraries_CompatibilityReport_${sf.spec.bccheck.reportid}.xml" tofile="${build.log.dir}/BC/libraries_report.xml" failonerror="false" verbose="true"/>
@@ -95,7 +94,6 @@
                         <arg value="CheckBC.py"/>
                         <arg value="${build.log.dir}/BC/bc.config"/>
                         <arg value="-ha"/>
-                        <arg value="-f"/>
                         <arg value="${sf.spec.bccheck.reportid}"/>
                     </exec>
                     <copy file="${sf.spec.pdt.root}/fts/compatibilityanalyser/reports/Headers_CompatibilityReport_${sf.spec.bccheck.reportid}.xml" tofile="${build.log.dir}/BC/headers_report.xml" failonerror="false" verbose="true"/>