mirror of https://github.com/apache/lucene.git
Dump verbose output from tests if -Dtests.method is set (it is unlikely to be used separately but who knows.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d21d0e2057
commit
a441ffd1a2
|
@ -614,7 +614,10 @@
|
|||
<isset property="testmethod" />
|
||||
</condition>
|
||||
<condition property="tests.showSuccess" value="true">
|
||||
<isset property="tests.class" />
|
||||
<or>
|
||||
<isset property="tests.class" />
|
||||
<isset property="tests.method" />
|
||||
</or>
|
||||
</condition>
|
||||
<!-- default -->
|
||||
<property name="tests.showSuccess" value="false"/>
|
||||
|
|
Loading…
Reference in New Issue