mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +00:00
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…
x
Reference in New Issue
Block a user