LUCENE-8155: Fix Solr example with Java 9 (was a problem when reverting an old commit)

This commit is contained in:
Uwe Schindler 2018-03-19 15:35:34 +01:00
parent ed2d358330
commit aae07d9572
1 changed files with 1 additions and 1 deletions

View File

@ -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('..')