Skip to content
Snippets Groups Projects
Commit 5595cb5f authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: change path

parent 91067626
No related branches found
No related tags found
No related merge requests found
......@@ -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>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment