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

Fix: bad path

parent 37922ec7
No related branches found
No related tags found
No related merge requests found
......@@ -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
"/>
......
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