From 2aff1ccd44247183ef2e79e916acdf0de7f3439d Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 17 Jul 2007 10:41:41 -0700
Subject: [PATCH] Makefile/check-memory: put all stats in ./memstats.out

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 81209f0e..3871fae7 100644
--- a/Makefile
+++ b/Makefile
@@ -190,8 +190,11 @@ count-lines:
 	@grep TODO `find src -name '*.py' |grep -v /build/` | wc --lines
 
 check-memory: build
+	touch memstats.out
 	$(PP) $(PYTHON) src/allmydata/test/check_memory.py upload
+	cat _test_memory/stats.out >>memstats.out
 	$(PP) $(PYTHON) src/allmydata/test/check_memory.py upload-POST
+	cat _test_memory/stats.out >>memstats.out
 
 test-darcs-boringfile:
 	$(MAKE)
-- 
2.45.2