mirror of https://github.com/apache/lucene.git
LUCENE-5786: adding more debugging to the test framework.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1606002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96b85b3970
commit
48a55eac13
|
@ -917,6 +917,8 @@
|
||||||
|
|
||||||
heartbeat="${tests.heartbeat}"
|
heartbeat="${tests.heartbeat}"
|
||||||
uniqueSuiteNames="false"
|
uniqueSuiteNames="false"
|
||||||
|
|
||||||
|
debugstream="true"
|
||||||
>
|
>
|
||||||
<!-- Classpaths. -->
|
<!-- Classpaths. -->
|
||||||
<classpath refid="@{junit.classpath}"/>
|
<classpath refid="@{junit.classpath}"/>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
/cglib/cglib-nodep = 2.2
|
/cglib/cglib-nodep = 2.2
|
||||||
/com.adobe.xmp/xmpcore = 5.1.2
|
/com.adobe.xmp/xmpcore = 5.1.2
|
||||||
|
|
||||||
com.carrotsearch.randomizedtesting.version = 2.1.4
|
com.carrotsearch.randomizedtesting.version = 2.1.5
|
||||||
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
||||||
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
b3818c3071da15cc887c155f412cafc24b859ccd
|
|
|
@ -0,0 +1 @@
|
||||||
|
861e15520a0c96ef7483699c6053545d3506f558
|
|
@ -1 +0,0 @@
|
||||||
435a2623c8b0e27a79c0c4a900f86b1dabc2be50
|
|
|
@ -0,0 +1 @@
|
||||||
|
d472d36acdf8c324c733f1bc58a67d33b79b6c54
|
Loading…
Reference in New Issue