updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403367
This commit is contained in:
Davis King 2010-01-06 22:48:14 +00:00
parent a5b51aab53
commit 45e99ceeeb
1 changed files with 2 additions and 0 deletions

View File

@ -934,6 +934,8 @@
From the command line you can choose to run all the installed tests, enable or disable the loggers,
set various logging levels, specify how many times to run the tests, or pick just one or two tests
to run at a time rather than the entire suite.
The output of the program, that is, its return value from main() is the number of
failed tests. So if every test succeeds then it returns 0.
</p>
</description>