mirror of https://github.com/apache/lucene.git
LUCENE-8155: Fix Solr example with Java 9 (was a problem when reverting an old commit)
This commit is contained in:
parent
ed2d358330
commit
aae07d9572
|
@ -760,7 +760,7 @@ def verifyUnpacked(java, project, artifact, unpackPath, gitRevision, version, te
|
|||
#checkJavadocpathFull('%s/solr/build/docs' % unpackPath, False)
|
||||
|
||||
print(' test solr example w/ Java 9...')
|
||||
java.run_java9('ant clean example', '%s/antexample.log' % unpackPath)
|
||||
java.run_java9('ant clean server', '%s/antexample.log' % unpackPath)
|
||||
testSolrExample(unpackPath, java.java9_home, True)
|
||||
|
||||
os.chdir('..')
|
||||
|
|
Loading…
Reference in New Issue