From 75ed66a66d4ea436b01dbadf62c03cd08361654f Mon Sep 17 00:00:00 2001 From: Oliver Burn Date: Thu, 20 Dec 2001 01:40:55 +0000 Subject: [PATCH] patch to clean up running unit tests --- .cvsignore | 2 +- ChangeLog | 6 ++++++ build.xml | 37 +++++++++++++++++++++++++++++++------ 3 files changed, 38 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8541d7ab7..fe6a5b634 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,3 @@ -TEST-com.puppycrawl.tools.checkstyle.*.txt +testreports classes dist diff --git a/ChangeLog b/ChangeLog index ae6e89581..36e185d0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-20 Oliver Burn + + * build.xml: + Included patch to fail build if unit tests fail, and also format the + unit test results. From Lars kuehne. + 2001-12-11 Oliver Burn * src/checkstyle/com/puppycrawl/tools/checkstyle/java.tree.g: diff --git a/build.xml b/build.xml index dbe24cf09..a515ba8c5 100644 --- a/build.xml +++ b/build.xml @@ -14,7 +14,9 @@ - + + + @@ -48,10 +50,10 @@ + - @@ -149,18 +151,41 @@ + + + - + location="src/tests/com/puppycrawl/tools/checkstyle"/> + + - + - + + + + + + + + + + + + + + + + +