partkeepr

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

commit b3298e149a495876b2c3ffe22b59a1ad9702507a
parent 2fc332e7de3523ba891cd7f6fb74b822ccd4326e
Author: Felicitus <felicitus@felicitus.de>
Date:   Wed, 22 Sep 2010 13:29:22 +0200

Fixed wrong phpunit result file path
Diffstat:
Mbuild.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml @@ -164,7 +164,7 @@ <formatter type="plain" usefile="false" /> </phpunit> - <phpunitreport infile="tests/reports/phpunit/testsuites.xml" format="frames" todir="reports/phpunit"/> + <phpunitreport infile="reports/phpunit/testsuites.xml" format="frames" todir="reports/phpunit"/> </target> </project> \ No newline at end of file