Doc: Remove incorrect run_tests.sh documentation
run_test.sh don't accept --nologcapture , so we'd better remove the relevant statement. Change-Id: Id6289972c0bfa3d42e92c7ffd8457427b38a81fe
This commit is contained in:
parent
adf35d0ee1
commit
7bf45429d0
@ -103,20 +103,6 @@ To run the `ToPrimitiveTestCase.test_dict` test method in
|
|||||||
./run_tests.sh test_utils.ToPrimitiveTestCase.test_dict
|
./run_tests.sh test_utils.ToPrimitiveTestCase.test_dict
|
||||||
|
|
||||||
|
|
||||||
Suppressing logging output when tests fail
|
|
||||||
------------------------------------------
|
|
||||||
|
|
||||||
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
|
|
||||||
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
|
|
||||||
flag::
|
|
||||||
|
|
||||||
--nologcapture
|
|
||||||
|
|
||||||
Virtualenv
|
Virtualenv
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user