mirror of https://github.com/apache/lucene.git
fix addVersion to also bump up version for default test configset
This commit is contained in:
parent
5bb09e0852
commit
07a63587a4
|
@ -134,7 +134,7 @@ def update_example_solrconfigs(new_version):
|
|||
print(' updating example solrconfig.xml files')
|
||||
matcher = re.compile('<luceneMatchVersion>')
|
||||
|
||||
paths = ['solr/server/solr/configsets', 'solr/example']
|
||||
paths = ['solr/server/solr/configsets', 'solr/example', 'solr/core/src/test-files/solr/configsets/_default']
|
||||
for path in paths:
|
||||
if not os.path.isdir(path):
|
||||
raise RuntimeError("Can't locate configset dir (layout change?) : " + path)
|
||||
|
|
Loading…
Reference in New Issue