Skip to content

Commit

Permalink
Fix: avoid warning and change log type
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Sep 17, 2011
1 parent aa8657f commit 37922ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<target name="clean">
<!-- Clean up -->
<delete dir="${basedir}/hudson"/>
<delete dir="${basedir}/generatedJUnitFiles"/>

<!-- Create build directories -->
<mkdir dir="${basedir}/hudson/doxygen"/>
Expand Down Expand Up @@ -72,8 +73,7 @@
<!-- Run unit tests and generate junit.xml and clover.xml -->
<target name="phpunit">
<exec executable="phpunit" dir="${basedir}" failonerror="true">
<arg line=" --log-xml ${basedir}/hudson/phpunit.xml
--log-pmd ${basedir}/hudson/phpunit.pmd.xml
<arg line=" --log-junit ${basedir}/hudson/junit.xml
--coverage-clover ${basedir}/hudson/coverage/clover.xml
--coverage-html ${basedir}/hudson/coverage/
test/phpunit/AllTests.php
Expand Down

0 comments on commit 37922ec

Please sign in to comment.