Commit fcab40ff authored by beberlei's avatar beberlei

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

parent cf302e41
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
Runs the full test suite. Runs the full test suite.
--> -->
<target name="test" depends="prepare"> <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"/> <formatter todir="${build.dir}/logs" type="xml"/>
<batchtest classpath="tests"> <batchtest classpath="tests">
<fileset dir="tests"> <fileset dir="tests">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment