Makefile: check_memory.py now manages the combined stats.out itself

This commit is contained in:
Brian Warner 2007-09-15 13:53:36 -07:00
parent e9d32f14b9
commit b4a13b903c
1 changed files with 2 additions and 4 deletions

View File

@ -162,16 +162,14 @@ count-lines:
@grep TODO `find src -name '*.py' |grep -v /build/` | wc --lines @grep TODO `find src -name '*.py' |grep -v /build/` | wc --lines
check-memory: build check-memory: build
touch memstats.out rm -rf _test_memory
$(PP) \ $(PP) \
$(PYTHON) src/allmydata/test/check_memory.py upload $(PYTHON) src/allmydata/test/check_memory.py upload
cat _test_memory/stats.out >>memstats.out
$(PP) \ $(PP) \
$(PYTHON) src/allmydata/test/check_memory.py upload-self $(PYTHON) src/allmydata/test/check_memory.py upload-self
cat _test_memory/stats.out >>memstats.out
$(PP) \ $(PP) \
$(PYTHON) src/allmydata/test/check_memory.py upload-POST $(PYTHON) src/allmydata/test/check_memory.py upload-POST
cat _test_memory/stats.out >>memstats.out
test-darcs-boringfile: test-darcs-boringfile:
$(MAKE) $(MAKE)