projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d927d37
)
Makefile/check-memory: put all stats in ./memstats.out
author
Brian Warner
<warner@lothar.com>
Tue, 17 Jul 2007 17:41:41 +0000
(10:41 -0700)
committer
Brian Warner
<warner@lothar.com>
Tue, 17 Jul 2007 17:41:41 +0000
(10:41 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 81209f0e14116d2c332dc2988740ddabab8b1dc6..3871fae7f1330a9f9b9a6506128f5d4af25d8c8a 100644
(file)
--- a/
Makefile
+++ b/
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)