Fix: change path
This commit is contained in:
parent
91067626b9
commit
5595cb5f5e
10
build.xml
10
build.xml
@ -74,20 +74,12 @@
|
|||||||
<target name="phpunit">
|
<target name="phpunit">
|
||||||
<exec executable="phpunit" dir="${basedir}" failonerror="true">
|
<exec executable="phpunit" dir="${basedir}" failonerror="true">
|
||||||
<arg line=" --log-junit ${basedir}/hudson/logs/junit.xml
|
<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/
|
--coverage-html ${basedir}/hudson/coverage/
|
||||||
test/phpunit/AllTests.php
|
test/phpunit/AllTests.php
|
||||||
"/>
|
"/>
|
||||||
</exec>
|
</exec>
|
||||||
</target>
|
</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"/>
|
<target name="hudson" depends="clean,parallelTasks,phpunit"/>
|
||||||
</project>
|
</project>
|
||||||
Loading…
Reference in New Issue
Block a user