quattor / maven-tools

Maven-based Build Tools
www.quattor.org
Apache License 2.0
3 stars 12 forks source link

Two small fixes to testing framework #183

Closed gombasg closed 4 years ago

gombasg commented 5 years ago

Random small changes I had lying around

ned21 commented 4 years ago

@gombasg How do I get the tqu.cfg thing work?

ncm-accounts]# cat tqu.cfg 
[tidy]
enable = 0

[critic]
enable = 0

But then it says despite seeing the file, it ignores it and runs critic anyway:

[INFO] --- exec-maven-plugin:1.4.0:exec (prove) @ accounts ---
# INFO TQU cfg file tqu.cfg found
# VERBOSE No main::TQU cfg string found
# VERBOSE Guessed modules to load: NCM::Component::accounts
...
# VERBOSE Basepath /quattor_test/ncm-accounts/src/main/resources does not exist, not running TT tests
# VERBOSE Ignore violation target/lib/perl/NCM/Component/accounts.pm 1 CodeLayout::RequireTidyCode Code is not tidy L1 C1 See page 33 of PBP
# VERBOSE Ignore violation target/lib/perl/NCM/Component/accounts.pm 1
ned21 commented 4 years ago

Sorry, please ignore. I see maven is still downloading the old code so this isn't released yet.