Trying out change in build.xml

skala
Yannick Warnier 12 years ago
parent 5ee334dcd0
commit 7df807bae9
  1. 3
      tests/build.xml

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

Loading…
Cancel
Save