From: grubert Date: Tue, 5 Feb 2002 09:49:56 +0000 (+0000) Subject: . mention run_tests in "Testing the Software". X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a10c38e6fbe233d60056abc5b7da3499deb64ed3;p=roundup.git . mention run_tests in "Testing the Software". git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@610 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/INSTALL.txt b/INSTALL.txt index b57c157..2fbe784 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -20,8 +20,8 @@ You will need either the anydbm or bsddb module. 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 -----------------------