Author: nickboldt
Date: 2010-04-30 12:34:54 -0400 (Fri, 30 Apr 2010)
New Revision: 21835
Modified:
branches/modular_build/build/build.xml
Log:
set no.tests.run to prevent collecting test results summaries and failing the build
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-04-30 16:09:11 UTC (rev 21834)
+++ branches/modular_build/build/build.xml 2010-04-30 16:34:54 UTC (rev 21835)
@@ -391,6 +391,9 @@
<param name="COMPONENT" value="@{COMPONENT}" />
</antcall>
</then>
+ <else>
+ <property name="no.tests.run" value="true" />
+ </else>
</if>
</sequential>
</for>
Show replies by date