You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by is...@apache.org on 2021/04/12 01:01:35 UTC

[tomcat] branch 8.5.x updated: Corrected instructions to reduce unit tests verbosity

This is an automated email from the ASF dual-hosted git repository.

isapir pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new cb10b3f  Corrected instructions to reduce unit tests verbosity
cb10b3f is described below

commit cb10b3f3f559f80142bcb72144fa5802248dd3a8
Author: Igal Sapir <is...@apache.org>
AuthorDate: Sun Apr 11 18:01:18 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 0675650..9c33c6a 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -487,11 +487,10 @@ NOTE: Cobertura is licensed under GPL v2 with parts of it being under
 
         java.net.preferIPv4Stack=true
 
- 10. 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:
+ 10. 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org