partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 60269f5e4f976c4bcd4639f36ca526840f8f6ebb
parent 57f4e5549f36b8cd007d7160e8ca6c50373f3de2
Author: Felicitus <felicitus@felicitus.de>
Date:   Wed, 22 Sep 2010 07:49:32 +0200

Changed reporting directory for phpunit
Diffstat:
Mbuild.xml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml @@ -103,10 +103,10 @@ <target name="test"> - <mkdir dir="tests/reports/phpunit"/> + <mkdir dir="reports/phpunit"/> <phpunit bootstrap="tests/bootstrap.php" haltonfailure="true" haltonerror="true" codecoverage="false" printsummary="true"> - <formatter todir="tests/reports/phpunit/" type="xml"/> + <formatter todir="reports/phpunit/" type="xml"/> <batchtest> <fileset dir="tests/"> <include name="**/*Test.php" /> @@ -115,7 +115,7 @@ <formatter type="plain" usefile="false" /> </phpunit> - <phpunitreport infile="tests/reports/phpunit/testsuites.xml" format="frames" todir="tests/reports/phpunit"/> + <phpunitreport infile="tests/reports/phpunit/testsuites.xml" format="frames" todir="reports/phpunit"/> </target> </project> \ No newline at end of file