From: Michael W. Hudson Date: Mon, 25 Mar 2002 13:15:52 +0000 (+0000) Subject: backport akuchling's checkin of X-Git-Tag: v2.2.1c2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=777f1433915a1f9f6ac4b579db37939b8560a189;p=thirdparty%2FPython%2Fcpython.git backport akuchling's checkin of revision 1.142 of README [Bug #532136] Change path in README, as suggested by Ralph Corderoy Bugfix candidate. --- diff --git a/README b/README index b86cd76b7881..e15f085578e1 100644 --- a/README +++ b/README @@ -647,9 +647,9 @@ IMPORTANT: If the tests fail and you decide to mail a bug report, *don't* include the output of "make test". It is useless. Run the failing test manually, as follows: - python ../Lib/test/test_whatever.py + ./python ./Lib/test/test_whatever.py -(substituting the top of the source tree for .. if you built in a +(substituting the top of the source tree for '.' if you built in a different directory). This runs the test in verbose mode.