daca2: don't skip insighttoolkit, it does not hang as far as I see.

This commit is contained in:
Daniel Marjamäki 2016-02-15 16:56:23 +01:00
parent d964825c9f
commit 648d492f94
1 changed files with 0 additions and 12 deletions

View File

@ -146,18 +146,6 @@ def scanarchive(filepath, jobs):
elif filename[-4:] == '.bz2':
subprocess.call(['tar', 'xjvf', filename])
#
# List of skipped packages - which trigger known yet unresolved problems with cppcheck.
# The issues on trac (http://trac.cppcheck.net) are given for reference
# insight#5184
#
if filename[:7] == 'insight':
results = open('results.txt', 'at')
results.write('fixme: skipped package to avoid hang\n')
results.close()
return
removeLargeFiles('')
print('cppcheck ' + filename)