Changes between Version 21 and Version 22 of Obsolete/Development/Code/TestingComponents
- Timestamp:
- Mar 27, 2015, 12:31:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Code/TestingComponents
v21 v22 240 240 === Getting the component output displayed === 241 241 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`: 242 By default, all the component output produced by `$self->info()`, `$self->error()`, `$self->debug()`, `$self->verbose()` are not displayed when running the tests. 243 To get it display, you can add the following line to your `~/.proverc`: 243 244 244 245 {{{ 245 246 -v 246 247 }}} 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: 248 Or pass this option from the command line with: 249 249 {{{ 250 250 mvn -Dprove.args=-v