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:
53da668
)
add warning that "make test" can take a long time
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 2 May 2007 05:52:40 +0000
(22:52 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 2 May 2007 05:52:40 +0000
(22:52 -0700)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index 31d3e9f554e868d80ac4d9a57907f8ca917df444..e619b4f2eaf68abcaf1491de0ad9dde7b408d7ec 100644
(file)
--- a/
README
+++ b/
README
@@
-124,7
+124,9
@@
BUILDING:
If the desired version of 'python' is not already on your PATH, then type
'make PYTHON=/path/to/your/preferred/python'.
- 'make test-all' runs the unit test suites.
+ 'make test-all' runs the unit test suites. (This can take a long time on
+ slow computers. There are a lot of tests and some of them do a lot of
+ public-key cryptography.)
INSTALLING: