From: richard Date: Fri, 24 May 2002 02:39:29 +0000 (+0000) Subject: Much easier way to run the tests. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=112ef39b1be2943a8fbc77f9649d94646c0db77d;p=roundup.git Much easier way to run the tests. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@759 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/installation.txt b/doc/installation.txt index 1cca63b..8b9f851 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.8 $ +:Version: $Revision: 1.9 $ .. contents:: @@ -66,7 +66,7 @@ later. Download the latest version from http://pybsddb.sourceforge.net/. 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!