From fcab40ffe182584934f7533bd75e18e20211e079 Mon Sep 17 00:00:00 2001 From: beberlei <beberlei@625475ce-881a-0410-a577-b389adb331d8> Date: Sat, 6 Feb 2010 20:45:37 +0000 Subject: [PATCH] [2.0] Exclude performance tests from build "test" target --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index e5bdf2980..78ada3d18 100644 --- a/build.xml +++ b/build.xml @@ -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">