Makefile: check_memory.py now manages the combined stats.out itself
This commit is contained in:
parent
e9d32f14b9
commit
b4a13b903c
6
Makefile
6
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)
|
||||
|
|
Loading…
Reference in New Issue