Really fix python syntax in smoke tester

This commit is contained in:
Alan Woodward 2020-03-12 14:39:57 +00:00
parent f312ca327f
commit 232d940c98
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ def checkAllJARs(topDir, project, gitRevision, version, tmpDir, baseURL):
if project == 'solr':
if ((normRoot.endswith('/contrib/dataimporthandler-extras/lib') and (file.startswith('javax.mail-') or file.startswith('activation-')))
or (normRoot.endswith('/test-framework/lib') and file.startswith('jersey-'))
or (normRoot.endsWith('/contrib/extraction/lib') and file.startswith('xml-apis-'))):
or (normRoot.endswith('/contrib/extraction/lib') and file.startswith('xml-apis-'))):
print(' **WARNING**: skipping check of %s/%s: it has javax.* classes' % (root, file))
continue
else: