Great idea! Thanks.
-T
On Wed, Jul 1, 2009 at 8:46 AM, David Weintraub wrote:
> You MIGHT be able to do this in Ant...
>
> The JUnit test results are stored in a particular directory when you
> do your builds. You should be able to search for the regular
> expression:
>
> testsuite errors="0".*
You MIGHT be able to do this in Ant...
The JUnit test results are stored in a particular directory when you
do your builds. You should be able to search for the regular
expression:
testsuite errors="0".* tests="0".* time="0"
And, if you find it, fail the buid via the task. Then
CruiseControl wi
On Tue, Jun 30, 2009 at 11:17 AM, Tennis Smith wrote:
> This is about ant used with cruisecontrol, but I thought someone here may
> know the answer. Nobody seems to know on the cc mailer.
>
> I have a few tests that will be shown as "Tests: 0, Failures: 0, Errors: 0,
> Duration: 0.0" in the dashbo
Hi,
This is about ant used with cruisecontrol, but I thought someone here may
know the answer. Nobody seems to know on the cc mailer.
I have a few tests that will be shown as "Tests: 0, Failures: 0, Errors: 0,
Duration: 0.0" in the dashboard's test suites report. Generally, this is a
poorly cod