mirror of https://github.com/apache/lucene.git
SOLR-5775: fix outdated comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1572056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92f368d6fe
commit
a80206c285
|
@ -730,7 +730,6 @@ def verifyUnpacked(project, artifact, unpackPath, svnRevision, version, testArgs
|
|||
else:
|
||||
os.chdir('solr')
|
||||
|
||||
# DISABLED until solr tests consistently pass
|
||||
print(" run tests w/ Java 7 and testArgs='%s'..." % testArgs)
|
||||
run('%s; ant clean test %s' % (javaExe('1.7'), testArgs), '%s/test.log' % unpackPath)
|
||||
|
||||
|
|
Loading…
Reference in New Issue