Regression testing
This commit is contained in:
parent
13313f64c5
commit
e1b29d0204
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def get_mem_usage(pid):
|
||||||
else:
|
else:
|
||||||
raise RuntimeError("Could not parse /proc/[pid]/status")
|
raise RuntimeError("Could not parse /proc/[pid]/status")
|
||||||
if not value:
|
if not value:
|
||||||
raise RuntimeError("Could not parse /proc/[pid]/status")
|
value = 0
|
||||||
result = value * 1.0e-6
|
result = value * 1.0e-6
|
||||||
p = run("./meminfo.py --detailed --private $(pidof tint2)", output=True)
|
p = run("./meminfo.py --detailed --private $(pidof tint2)", output=True)
|
||||||
detailed, _ = p.communicate()
|
detailed, _ = p.communicate()
|
||||||
|
|
Loading…
Reference in a new issue