You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2012/08/24 17:52:19 UTC

svn commit: r1376974 - /lucene/dev/trunk/lucene/common-build.xml

Author: mikemccand
Date: Fri Aug 24 15:52:18 2012
New Revision: 1376974

URL: http://svn.apache.org/viewvc?rev=1376974&view=rev
Log:
show stdout/err when -Dtests.showSuccess=true is set

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1376974&r1=1376973&r2=1376974&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Fri Aug 24 15:52:18 2012
@@ -713,6 +713,7 @@
     <or>
       <isset property="tests.class" />
       <isset property="tests.method" />
+      <istrue value="${tests.showSuccess}"/>
     </or>
   </condition>
   <property name="tests.showOutput" value="onerror"/>