From: Brian Warner Date: Fri, 10 Aug 2007 08:41:34 +0000 (-0700) Subject: Makefile: add 'upload-self' pass to check-memory X-Git-Tag: allmydata-tahoe-0.5.0~82 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=17d776fd07cc6c960278731da53c6cf893b06e91;p=tahoe-lafs%2Ftahoe-lafs.git Makefile: add 'upload-self' pass to check-memory --- diff --git a/Makefile b/Makefile index 80380007..5af7c0c9 100644 --- a/Makefile +++ b/Makefile @@ -193,6 +193,8 @@ 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-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