jtibshirani commented on a change in pull request #739: URL: https://github.com/apache/lucene/pull/739#discussion_r824045245
########## File path: dev-tools/scripts/smokeTestRelease.py ########## @@ -658,7 +659,7 @@ def testDemo(run_java, isSrc, version, jdk): searchFilesCmd = 'java -cp "%s" org.apache.lucene.demo.SearchFiles -index index -query lucene' % cp else: # For binary release, set up classpath as modules. - cp = "--module-path modules" + cp = "--module-path modules:modules-thirdparty" Review comment: This is obviously not what we'd do, just a hack so I could move onto the next issue. -- 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