Changes between Version 21 and Version 22 of Obsolete/Development/Code/TestingComponents


Ignore:
Timestamp:
Mar 27, 2015, 12:31:19 PM (11 years ago)
Author:
/C=UK/O=eScience/OU=CLRC/L=RAL/CN=james adams
Comment:

--

Legend:

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

    v21 v22  
    240240=== Getting the component output displayed ===
    241241
    242 By 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`:
     242By default, all the component output produced by `$self->info()`, `$self->error()`, `$self->debug()`, `$self->verbose()` are not displayed when running the tests.
     243To get it display, you can add the following line to your `~/.proverc`:
    243244
    244245{{{
    245246-v
    246247}}}
    247 
    248 In 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:
     248Or pass this option from the command line with:
    249249{{{
    250250mvn -Dprove.args=-v