LUCENE-10163: update smoke tester - README inside lucene/ is no longer there in the source release.

This commit is contained in:
Dawid Weiss 2021-10-26 21:58:20 +02:00
parent 4329450392
commit 1613355149
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, version, testArgs):
if isSrc:
in_lucene_folder.extend(os.listdir(os.path.join(unpackPath, 'lucene')))
is_in_list(in_root_folder, ['LICENSE', 'NOTICE', 'README'])
is_in_list(in_lucene_folder, ['README', 'JRE_VERSION_MIGRATION', 'CHANGES', 'MIGRATE', 'SYSTEM_REQUIREMENTS'])
is_in_list(in_lucene_folder, ['JRE_VERSION_MIGRATION', 'CHANGES', 'MIGRATE', 'SYSTEM_REQUIREMENTS'])
else:
is_in_list(in_root_folder, ['LICENSE', 'NOTICE', 'README', 'JRE_VERSION_MIGRATION', 'CHANGES',
'MIGRATE', 'SYSTEM_REQUIREMENTS'])