mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Makefile/check-memory: put all stats in ./memstats.out
This commit is contained in:
parent
d927d371b7
commit
2aff1ccd44
3
Makefile
3
Makefile
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user