Mercurial > p > roundup > code
diff doc/installation.txt @ 746:a32ca55e0d66
Much easier way to run the tests.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 24 May 2002 02:39:29 +0000 |
| parents | b48a19a88b65 |
| children | a721f4e7ebbc |
line wrap: on
line diff
--- a/doc/installation.txt Fri May 24 02:09:24 2002 +0000 +++ b/doc/installation.txt Fri May 24 02:39:29 2002 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.8 $ +:Version: $Revision: 1.9 $ .. contents:: @@ -66,7 +66,7 @@ Testing your Python ------------------- -Run ``"python -c 'import test;test.go()'"`` and make sure there +Run ``"python ./run_tests"`` and make sure there are no errors. If there are errors, please let us know!
