stefanvodita commented on code in PR #13108: URL: https://github.com/apache/lucene/pull/13108#discussion_r1502581266
########## dev-tools/scripts/smokeTestRelease.py: ########## @@ -633,9 +636,12 @@ def verifyUnpacked(java, artifact, unpackPath, gitRevision, version, testArgs): checkAllJARs(os.getcwd(), gitRevision, version) - testDemo(java.run_java11, isSrc, version, '11') - if java.run_java17: - testDemo(java.run_java17, isSrc, version, '17') + testDemo(java.run_java, isSrc, version, BASE_JAVA_VERSION) + if java.run_alt_javas: + for run_alt_java, alt_java_version in zip(java.run_alt_javas, java.alt_java_versions): + print("DELETEME") Review Comment: Thanks for noticing, I forgot about this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org