1
0
mirror of synced 2024-12-05 03:06:05 +03:00

[2.0] Exclude performance tests from build "test" target

This commit is contained in:
beberlei 2010-02-06 20:45:37 +00:00
parent cf302e4154
commit fcab40ffe1

View File

@ -121,7 +121,7 @@
Runs the full test suite.
-->
<target name="test" depends="prepare">
<phpunit printsummary="true" haltonfailure="true">
<phpunit printsummary="true" haltonfailure="true" haltonskipped="false" haltonincomplete="false" haltonerror="true">
<formatter todir="${build.dir}/logs" type="xml"/>
<batchtest classpath="tests">
<fileset dir="tests">