mirror of https://github.com/apache/lucene.git
LUCENE-8537: ant test command fails under lucene/tools
This commit is contained in:
parent
6d9c714052
commit
efd3f17f9a
|
@ -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:
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue