daca: skip hashdeep and lice to avoid hangs
This commit is contained in:
parent
d90c38802f
commit
e111902682
|
@ -27,7 +27,8 @@ def compilecppcheck(CPPFLAGS):
|
|||
def runcppcheck(rev, folder):
|
||||
subprocess.call(['rm', '-rf', os.path.expanduser('~/daca2/' + folder)])
|
||||
subprocess.call(['nice', '--adjustment=19', 'python',
|
||||
os.path.expanduser('~/cppcheck/tools/daca2.py'), folder, '--rev=' + rev])
|
||||
os.path.expanduser('~/cppcheck/tools/daca2.py'), folder, '--rev=' + rev,
|
||||
'--skip=hashdeep', '--skip=lice'])
|
||||
|
||||
|
||||
def daca2report(reportfolder):
|
||||
|
|
Loading…
Reference in New Issue