]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: check_memory.py now manages the combined stats.out itself
authorBrian Warner <warner@lothar.com>
Sat, 15 Sep 2007 20:53:36 +0000 (13:53 -0700)
committerBrian Warner <warner@lothar.com>
Sat, 15 Sep 2007 20:53:36 +0000 (13:53 -0700)
Makefile

index 3cd0a13a785a3ab4a15459a30af3948a827325e9..8552cfdf4b91f2fb17cda0ae711f52275fc583be 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -162,16 +162,14 @@ count-lines:
        @grep TODO `find src -name '*.py' |grep -v /build/` | wc --lines
 
 check-memory: build
-       touch memstats.out
+       rm -rf _test_memory
        $(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-self
-       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)