Skip to content

Commit

Permalink
Merge remote branch 'origin/master'
Browse files Browse the repository at this point in the history
* origin/master:
  memtests/runtests: change ps options to also work on macos.
  • Loading branch information
apenwarr committed Oct 6, 2011
2 parents 88d7368 + 98a10de commit 1a4a792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memtests/runtests
Expand Up @@ -19,7 +19,7 @@ def main():
rv = None
amounts = []
while rv is None:
out = grab(['ps', '--no-headers', '-o', 'rss', str(p.pid)])
out = grab(['ps', '-o', 'rss=', str(p.pid)])
amount = int(out)
if amount != '0':
amounts.append(amount)
Expand Down

0 comments on commit 1a4a792

Please sign in to comment.