LUCENE-8537: ant test command fails under lucene/tools

This commit is contained in:
Uwe Schindler 2018-11-09 23:53:14 +01:00
parent 6d9c714052
commit efd3f17f9a
2 changed files with 7 additions and 1 deletions

View File

@ -195,6 +195,10 @@ Optimizations
======================= Lucene 7.7.0 =======================
(No Changes)
Build:
* LUCENE-8537: ant test command fails under lucene/tools (Peter Somogyi)
======================= Lucene 7.6.0 =======================
Build:

View File

@ -33,8 +33,10 @@
<path id="test.classpath"/>
<!-- redefine the test compilation, so it's just a no-op -->
<!-- redefine the test compilation, -test and -check-totals, so these are just no-ops -->
<target name="compile-test"/>
<target name="-test"/>
<target name="-check-totals"/>
<!-- redefine the forbidden apis to be no-ops -->
<target name="-check-forbidden-tests"/>