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:
Robert Muir 2012-06-08 10:43:20 +00:00
parent 2dd4eb3ef7
commit 1f37709d41
1 changed files with 1 additions and 1 deletions

View File

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