Testing slight change in build.xml for phpunit options

skala
Yannick Warnier 13 years ago
parent 5103a32120
commit ce2c87da17
  1. 2
      tests/build.xml

@ -92,7 +92,7 @@
<target name="phpunit" description="Run unit tests with PHPUnit" depends="lint">
<!--exec executable="phpunit" failonerror="true"-->
<exec executable="phpunit">
<exec executable="phpunit" failonerror="false">
<arg line="-c ${basedir}/phpunit/phpunit.xml" />
</exec>
</target>

Loading…
Cancel
Save