Fix: bad path

This commit is contained in:
Regis Houssin 2011-09-17 12:02:24 +00:00
parent 37922ec7df
commit 91067626b9

View File

@ -73,8 +73,8 @@
<!-- Run unit tests and generate junit.xml and clover.xml -->
<target name="phpunit">
<exec executable="phpunit" dir="${basedir}" failonerror="true">
<arg line=" --log-junit ${basedir}/hudson/junit.xml
--coverage-clover ${basedir}/hudson/coverage/clover.xml
<arg line=" --log-junit ${basedir}/hudson/logs/junit.xml
--coverage-clover ${basedir}/hudson/logs/clover.xml
--coverage-html ${basedir}/hudson/coverage/
test/phpunit/AllTests.php
"/>