Skip to content

Commit 648d492

Browse files
committed
daca2: don't skip insighttoolkit, it does not hang as far as I see.
1 parent d964825 commit 648d492

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tools/daca2.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,18 +146,6 @@ def scanarchive(filepath, jobs):
146146
elif filename[-4:] == '.bz2':
147147
subprocess.call(['tar', 'xjvf', filename])
148148

149-
#
150-
# List of skipped packages - which trigger known yet unresolved problems with cppcheck.
151-
# The issues on trac (http://trac.cppcheck.net) are given for reference
152-
# insight#5184
153-
#
154-
155-
if filename[:7] == 'insight':
156-
results = open('results.txt', 'at')
157-
results.write('fixme: skipped package to avoid hang\n')
158-
results.close()
159-
return
160-
161149
removeLargeFiles('')
162150

163151
print('cppcheck ' + filename)

0 commit comments

Comments
 (0)