Add ability to see details of test failures by adding -Djunit.details to the command-line.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-21 14:56:35 +00:00
parent 33ad0e6975
commit b631c61ad3
1 changed files with 1 additions and 0 deletions

View File

@ -278,6 +278,7 @@
failureProperty="tests.failed"
dir="src/test/test-files/"
>
<formatter type="brief" usefile="false" if="junit.details"/>
<syspropertyset>
<propertyref prefix="solr" />
</syspropertyset>