Index: /branches/version-2_13-dev/build.xml
===================================================================
--- /branches/version-2_13-dev/build.xml	(revision 23591)
+++ /branches/version-2_13-dev/build.xml	(revision 23592)
@@ -6,5 +6,5 @@
   </target>
 
-  <target name="test">
+  <target name="test" description="Run unit tests with PHPUnit">
     <delete>
       <fileset dir="data/cache">
@@ -14,8 +14,5 @@
     <delete dir="reports" includeemptydirs="true" />
     <mkdir dir="reports/coverage" />
-    <exec dir="."
-      output="reports/stdout.log"
-      error="reports/stderr.log"
-      command="phpunit -c phpunit.xml.dist" />
+    <exec executable="phpunit" failonerror="true"/>
   </target>
   <target name="checkstyle" description="Find coding standard violations using PHP_CodeSniffer creating a log file for the continuous integration server">
