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

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


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

commit fba2bf9e17b53d619941bd0454cff5b7d8716ff8
Author: Igal Sapir <isa...@apache.org>
AuthorDate: Sun Apr 11 17:58:14 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 baa50f7..de76c65 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -481,11 +481,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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to