[2.0] Exclude performance tests from build "test" target
This commit is contained in:
parent
cf302e4154
commit
fcab40ffe1
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue