Makefile/check-memory: put all stats in ./memstats.out

This commit is contained in:
Brian Warner 2007-07-17 10:41:41 -07:00
parent d927d371b7
commit 2aff1ccd44

View File

@ -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)