Skip to content

Commit

Permalink
Smoke tester should no longer expect versions.props and look for vers…
Browse files Browse the repository at this point in the history
…ions.toml instead. #13484
  • Loading branch information
dweiss committed Jun 18, 2024
1 parent 04def26 commit bff0b1d
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 @@ -583,7 +583,7 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, version, testArgs):
'sandbox', 'spatial-extras', 'spatial-test-fixtures', 'spatial3d', 'suggest', 'test-framework', 'licenses']
if isSrc:
expected_src_root_files = ['build.gradle', 'CONTRIBUTING.md', 'dev-docs', 'dev-tools', 'gradle', 'gradlew',
'gradlew.bat', 'help', 'lucene', 'settings.gradle', 'versions.lock', 'versions.props']
'gradlew.bat', 'help', 'lucene', 'settings.gradle', 'versions.lock', 'versions.toml']
expected_src_lucene_files = ['build.gradle', 'documentation', 'distribution', 'dev-docs']
is_in_list(in_root_folder, expected_src_root_files)
is_in_list(in_lucene_folder, expected_folders)
Expand Down

0 comments on commit bff0b1d

Please sign in to comment.