rundaca2: remove cpulimit option
This commit is contained in:
parent
286e300c6f
commit
31ac889d38
|
@ -27,7 +27,7 @@ def compilecppcheck(CPPFLAGS):
|
||||||
def runcppcheck(rev, folder):
|
def runcppcheck(rev, folder):
|
||||||
subprocess.call(['rm', '-rf', os.path.expanduser('~/daca2/' + folder)])
|
subprocess.call(['rm', '-rf', os.path.expanduser('~/daca2/' + folder)])
|
||||||
subprocess.call(['nice', '--adjustment=19', 'python',
|
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):
|
def daca2report(reportfolder):
|
||||||
|
|
Loading…
Reference in New Issue