From: Brian Warner Date: Sat, 15 Sep 2007 20:53:36 +0000 (-0700) Subject: Makefile: check_memory.py now manages the combined stats.out itself X-Git-Tag: allmydata-tahoe-0.6.0~107 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=b4a13b903c360f0929ea3b1969591cea406da1d7;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: check_memory.py now manages the combined stats.out itself --- diff --git a/Makefile b/Makefile index 3cd0a13a..8552cfdf 100644 --- 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)