From b4a13b903c360f0929ea3b1969591cea406da1d7 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 15 Sep 2007 13:53:36 -0700 Subject: [PATCH] Makefile: check_memory.py now manages the combined stats.out itself --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) -- 2.45.2