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 00:54:06 UTC

[tomcat] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 23517499b0f313b07c59cab02d74aaad4690f7b3
Author: Igal Sapir <is...@apache.org>
AuthorDate: Sun Apr 11 17:53:43 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 526da87..1577c6b 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -482,11 +482,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