diff --git a/sources/cinder/unit_tests.xml b/sources/cinder/unit_tests.xml index 8da4dff7..1f1ec210 100644 --- a/sources/cinder/unit_tests.xml +++ b/sources/cinder/unit_tests.xml @@ -78,7 +78,7 @@ To run the `ToPrimitiveTestCase.test_dict` test method in ------------------------------------------ By default, when one or more unit test fails, all of the data sent to the logger during the failed tests will appear on standard output, which typically -consists of many lines of texts. The logging output can make it difficult to +consists of many lines of text. The logging output can make it difficult to identify which specific tests have failed, unless your terminal has a large scrollback buffer or you have redirected output to a file. You can suppress the logging output by calling ``run_tests.sh`` with the nose @@ -113,7 +113,7 @@ If you do not wish to use a virtualenv at all, use the flag::