Hi,

2016-11-24 15:38 GMT+02:00 Konstantin Kolinko <knst.koli...@gmail.com>:
>
> Hi!
>
> Note that such options are usually documented in BUILDING.txt
>
> (7) Tests
> (7.1) Running Tomcat tests
> (7.4) Other configuration options
>
> ...
>
>

I'll update the BUILDING.txt.

Thanks for the reminder,
Violeta

>
> 2016-11-24 11:59 GMT+03:00  <violet...@apache.org>:
> > Author: violetagg
> > Date: Thu Nov 24 08:59:08 2016
> > New Revision: 1771090
> >
> > URL: http://svn.apache.org/viewvc?rev=1771090&view=rev
> > Log:
> > New property is added test.verbose in order to control whether the
output of the tests is displayed on the console or not. Patch provided by
Emmanuel Bourg.
> >
> > Modified:
> >     tomcat/tc8.0.x/trunk/   (props changed)
> >     tomcat/tc8.0.x/trunk/build.properties.default
> >     tomcat/tc8.0.x/trunk/build.xml
> >     tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
> >
> >
> > Modified: tomcat/tc8.0.x/trunk/build.properties.default
> > URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.properties.default?rev=1771090&r1=1771089&r2=1771090&view=diff
> >
==============================================================================
> > --- tomcat/tc8.0.x/trunk/build.properties.default (original)
> > +++ tomcat/tc8.0.x/trunk/build.properties.default Thu Nov 24 08:59:08
2016
> > @@ -41,6 +41,8 @@ execute.test.apr=true
> >  test.haltonfailure=false
> >  # Activate AccessLog during testing
> >  test.accesslog=false
> > +# Display the tests output on the console
> > +test.verbose=true
> >
> >  # Number of parallel threads to use for testing. The recommended value
is one
> >  # thread per core.
> >
> > Modified: tomcat/tc8.0.x/trunk/build.xml
> > URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.xml?rev=1771090&r1=1771089&r2=1771090&view=diff
> >
==============================================================================
> > --- tomcat/tc8.0.x/trunk/build.xml (original)
> > +++ tomcat/tc8.0.x/trunk/build.xml Thu Nov 24 08:59:08 2016
> > @@ -1427,7 +1427,7 @@
> >
> >      <sequential>
> >        <mkdir dir="${test.reports}" />
> > -      <junit printsummary="yes" fork="yes" dir="." showoutput="yes"
> > +      <junit printsummary="yes" fork="yes" dir="."
showoutput="${test.verbose}"
> >          errorproperty="test.result.error"
> >          failureproperty="test.result.failure"
> >          haltonfailure="${test.haltonfailure}"
> >
> > Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
> > URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1771090&r1=1771089&r2=1771090&view=diff
> >
==============================================================================
> > --- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
> > +++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Thu Nov 24 08:59:08
2016
> > @@ -121,6 +121,11 @@
> >          in order to configure logging, instead of modifying
> >          <code>JAVA_OPTS</code>. Patch provided by Petter Isberg.
(violetagg)
> >        </fix>
> > +      <add>
> > +        New property is added <code>test.verbose</code> in order to
control
> > +        whether the output of the tests is displayed on the console or
not.
> > +        Patch provided by Emmanuel Bourg. (violetagg)
> > +      </add>
> >      </changelog>
> >    </subsection>
> >  </section>
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: dev-h...@tomcat.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

Reply via email to