rundaca2: remove cpulimit option

This commit is contained in:
Daniel Marjamäki 2018-05-04 22:34:04 +02:00
parent 286e300c6f
commit 31ac889d38
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ 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'), '--cpulimit=90', folder, '--rev=' + rev])
os.path.expanduser('~/cppcheck/tools/daca2.py'), folder, '--rev=' + rev])
def daca2report(reportfolder):