Vauxoo / maintainer-quality-tools

QA tools for Odoo maintainers
GNU Affero General Public License v3.0
3 stars 9 forks source link

[REF] travis: silent warnings and info logs #317

Closed fernandahf closed 3 years ago

fernandahf commented 3 years ago

Description of the issue/feature this PR addresses:

In case that a new project created from project-template will raise a warning like this:

...WARNING openerp_test odoo.tests.runner: 0 failed, 0 errors of 0 tests when loading database 'openerp_test'

That warning says that there were no test to run, however it is not a warning at all.

Current behavior before PR:

WARNING and INFO logs saved in odoo log.

Desired behavior after PR is merged:

WARNING and INFO logs saved in odoo log.

-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

fernandahf commented 3 years ago

@moylop260

Could you review this, please?

Regards.