travis-ci
[FIX] test_server: Ignore trailing whitespaces on log messages Odoo recently introduced a change in the way logs are printed, adding performance information when logging HTTP requests: https://github.com/odoo/odoo/commit/c44fe9123#diff-d301b3dd399c26a7f38fb31c9e1dfbddR136 However, that causes all messages who don't containg such information to contain a trailing whitespace. This commit improves the regexp used to match messages in logs, to not take into account trailing whitespaces.#
772 of 855 relevant lines covered (90.29%)
4.41 hits per line