Filter out examples

This commit is contained in:
Oleksii Shevchuk 2016-10-25 08:51:37 +03:00
parent be76d6a476
commit fcdf6fe6f1
1 changed files with 4 additions and 1 deletions

View File

@ -60,7 +60,10 @@ try:
found=True
# Remove various testcases if any
if any([ '/'+x+'/' in zipname for x in ['tests', 'test', 'SelfTest']]):
if any([ '/'+x+'/' in zipname for x in [
'tests', 'test', 'SelfTest', 'examples'
]
]):
continue
print('adding file : {}'.format(zipname))