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:
Dawid Weiss 2012-04-20 07:52:50 +00:00
parent d21d0e2057
commit a441ffd1a2
1 changed files with 4 additions and 1 deletions

View File

@ -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"/>