Added CliToolTestCase to the test jar
This commit is contained in:
parent
b667bcdedf
commit
45714b1977
1
pom.xml
1
pom.xml
|
@ -1247,6 +1247,7 @@
|
|||
<include>org/elasticsearch/cache/recycler/MockPageCacheRecycler.class</include>
|
||||
<include>org/apache/lucene/util/AbstractRandomizedTest.class</include>
|
||||
<include>org/apache/lucene/util/AbstractRandomizedTest$*.class</include>
|
||||
<include>org/elasticsearch/common/cli/CliToolTestCase.class</include>
|
||||
</includes>
|
||||
<excludes>
|
||||
<!-- unit tests for yaml suite parser & rest spec parser need to be excluded -->
|
||||
|
|
Loading…
Reference in New Issue