[ 
https://issues.apache.org/jira/browse/LUCENE-5920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14120167#comment-14120167
 ] 

Uwe Schindler commented on LUCENE-5920:
---------------------------------------

The patch looks fine to me!

By the way: Ant 1.8 has now {else="..."} in conditions. So you dont need the 
explicit property setter after the condition. You can combine both:

{code:xml}
<condition property="tests.showSuiteSummary" value="false" else="true">
  <isset property="beast.iters"/>
</condition>
{code}

I have not yet changed all those constructs (a single condition is easier to 
understand than the crazy explicit property setter afterwards).

> tweak junit4 output options for 'ant beast'
> -------------------------------------------
>
>                 Key: LUCENE-5920
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5920
>             Project: Lucene - Core
>          Issue Type: Test
>            Reporter: Robert Muir
>         Attachments: LUCENE-5920.patch
>
>
> Currently, this outputs way too much, e.g. including all test output for 
> every passing run (because this is the behavior when -Dtestcase is set).
> Especially with tests.verbose, this is really annoying as you have output 
> from say 200 runs that you don't care about.
> I think ant beast should only show the interesting output for the failing run 
> and try to suppress unnecessary output as much as possible for passing ones 
> (it should be JUST enough to know your test ran and passed and not ignored, 
> e.g. you didnt screw up).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to