Mercurial > p > roundup > code
diff INSTALL.txt @ 597:43046d1b2dd5
mention run_tests in "Testing the Software".
| author | Engelbert Gruber <grubert@users.sourceforge.net> |
|---|---|
| date | Tue, 05 Feb 2002 09:49:56 +0000 |
| parents | 25f2a3405739 |
| children | bd07a077464e |
line wrap: on
line diff
--- a/INSTALL.txt Mon Feb 04 23:29:53 2002 +0000 +++ b/INSTALL.txt Tue Feb 05 09:49:56 2002 +0000 @@ -20,8 +20,8 @@ Testing the Software -------------------- -Run "python -c 'import test;test.go()'" and make sure there's no errors. -If there are errors, please let us know! +Either run "run_tests" or "python -c 'import test;test.go()'" and make sure +there's no errors. If there are errors, please let us know! Installing the Software -----------------------
