Commit 21d4eb13 authored by Andrey Mironov's avatar Andrey Mironov
Browse files

drop OPTION for test

parent 79b6e3b7
......@@ -73,7 +73,7 @@ tests:
- cp -v .coveragerc.format .coveragerc || true
- 'sed -i "s| check_root_user()| # check_root_user()|g" ${VENDOR}/odoo-${VERSION}/odoo/cli/server.py'
- 'sed -i "s| check_postgres_user()| # check_postgres_user()|g" ${VENDOR}/odoo-${VERSION}/odoo/cli/server.py'
- HOME=${VENDOR} OPTIONS='--log-handler=odoo.sql_db:CRITICAL' travis_run_tests
- HOME=${VENDOR} travis_run_tests
- HOME=${VENDOR} travis_after_tests_success 1> /dev/null
- coverage html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment