Changes between Version 19 and Version 20 of Obsolete/Development/Code/TestingComponents


Ignore:
Timestamp:
Jul 8, 2014, 12:16:19 PM (11 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Code/TestingComponents

    v19 v20  
    238238}}}
    239239
     240=== Getting the component output displayed ===
     241
     242By default, all the component output produced by `$self->info()`, `$self->error()`, `$self->debug()`, `$self->verbose()` are not displayed when running the tests. To get it display, you need to add the following line to your `~/.proverc`:
     243
     244{{{
     245-v
     246}}}
     247
     248In a [https://github.com/quattor/maven-tools/pull/17 future version] of the build tools, it should be also possible to pass this option from the command line with:
     249{{{
     250mvn -Dprove.args=-v
     251}}}
     252
    240253== Conclusion ==
    241254