This is an automated email from the ASF dual-hosted git repository. isapir pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new 7115dc3 Corrected instructions to reduce unit tests verbosity 7115dc3 is described below commit 7115dc32a9da314a65b9e0a9021ba0bd43dd6db0 Author: Igal Sapir <isa...@apache.org> AuthorDate: Sun Apr 11 18:04:52 2021 -0700 Corrected instructions to reduce unit tests verbosity --- BUILDING.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 2c085e2..57fa651 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -467,11 +467,10 @@ as for the property "test.name". java.net.preferIPv4Stack=true - 9. It is possible to control whether the output of the tests is displayed - on the console or not. By default it is displayed and can be disabled - by the following property: + 9. By default the output of unit tests is sent to the console and can be + quite verbose. The output can be disabled by setting the property: - test.verbose=true + test.verbose=false (8) Source code checks --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org