Author: timo
Date: 2011-08-06 11:54:21 -0700 (Sat, 06 Aug 2011)
New Revision: 16584

Modified:
   django/trunk/docs/topics/testing.txt
Log:
Fixed #16528 - Documented test runner returns 1, regardless of the number of 
test failures; thanks teraom.

Modified: django/trunk/docs/topics/testing.txt
===================================================================
--- django/trunk/docs/topics/testing.txt        2011-08-06 18:50:19 UTC (rev 
16583)
+++ django/trunk/docs/topics/testing.txt        2011-08-06 18:54:21 UTC (rev 
16584)
@@ -555,7 +555,7 @@
 but it's pretty intuitive. You can consult the documentation of Python's
 ``unittest`` library for details.
 
-Note that the return code for the test-runner script is the total number of
+Note that the return code for the test-runner script is 1 for any number of
 failed and erroneous tests. If all the tests pass, the return code is 0. This
 feature is useful if you're using the test-runner script in a shell script and
 need to test for success or failure at that level.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to