Fix: change path

This commit is contained in:
Regis Houssin 2011-09-17 12:21:13 +00:00
parent 91067626b9
commit 5595cb5f5e

View File

@ -74,20 +74,12 @@
<target name="phpunit">
<exec executable="phpunit" dir="${basedir}" failonerror="true">
<arg line=" --log-junit ${basedir}/hudson/logs/junit.xml
--coverage-clover ${basedir}/hudson/logs/clover.xml
--coverage-clover ${basedir}/hudson/coverage/clover.xml
--coverage-html ${basedir}/hudson/coverage/
test/phpunit/AllTests.php
"/>
</exec>
</target>
<!-- remove for test
<target name="phpunit">
<exec dir="${basedir}" executable="phpunit" failonerror="true">
<arg line="\-\-configuration test/phpunit/hudson-phpunit.xml" />
</exec>
</target>
-->
<target name="hudson" depends="clean,parallelTasks,phpunit"/>
</project>