Skip to content

Commit

Permalink
cvsimport
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Sep 17, 2011
2 parents bc92b21 + 5595cb5 commit 792b540
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.xml
Expand Up @@ -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>

0 comments on commit 792b540

Please sign in to comment.