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:
Robert Muir 2014-02-26 14:05:15 +00:00
parent 92f368d6fe
commit a80206c285
1 changed files with 0 additions and 1 deletions

View File

@ -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)