Changes between Version 19 and Version 20 of Obsolete/Development/Code/TestingComponents
- Timestamp:
- Jul 8, 2014, 12:16:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Code/TestingComponents
v19 v20 238 238 }}} 239 239 240 === Getting the component output displayed === 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`: 243 244 {{{ 245 -v 246 }}} 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: 249 {{{ 250 mvn -Dprove.args=-v 251 }}} 252 240 253 == Conclusion == 241 254