diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 21:32:37 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 21:32:37 +0200 |
commit | b47cc46fbf9f70b69e2ae168647b5e0379920d3e (patch) | |
tree | ac3692128192256a2001ff2d31909fe8181589b8 /README | |
parent | febd030e1461d4f412dfb98e58d6219eeb01ebd2 (diff) | |
download | archivemail-b47cc46fbf9f70b69e2ae168647b5e0379920d3e.tar.gz archivemail-b47cc46fbf9f70b69e2ae168647b5e0379920d3e.tar.bz2 archivemail-b47cc46fbf9f70b69e2ae168647b5e0379920d3e.zip |
README: drop warning that the test suite is slow
With the recent optimizations of the test suite, it has become quite fast.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -37,7 +37,6 @@ INSTALLATION: If you want to test archivemail: cp archivemail archivemail.py python test_archivemail - (NOTE: This could take over 90 seconds on slower systems) To install archivemail, run: python setup.py install |