mirror of https://github.com/apache/lucene.git
smokeTester: add module-build and ivy-settings.html to the expected list here
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1348018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2dd4eb3ef7
commit
1f37709d41
|
@ -449,7 +449,7 @@ def verifyUnpacked(project, artifact, unpackPath, version, tmpDir):
|
|||
# TODO: clean this up to not be a list of modules that we must maintain
|
||||
extras = ('analysis', 'benchmark', 'core', 'demo', 'docs', 'facet', 'grouping', 'highlighter', 'join', 'memory', 'misc', 'queries', 'queryparser', 'sandbox', 'spatial', 'suggest', 'test-framework')
|
||||
if isSrc:
|
||||
extras += ('build.xml', 'index.html', 'common-build.xml', 'backwards', 'tools', 'site')
|
||||
extras += ('build.xml', 'common-build.xml', 'module-build.xml', 'ivy-settings.xml', 'backwards', 'tools', 'site')
|
||||
else:
|
||||
extras = ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue