Skip to content

Commit

Permalink
LUCENE-10163: update smoke tester - README inside lucene/ is no longe…
Browse files Browse the repository at this point in the history
…r there in the source release.
  • Loading branch information
dweiss committed Oct 26, 2021
1 parent 4329450 commit 1613355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/scripts/smokeTestRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 1613355

Please sign in to comment.