Skip to content
Snippets Groups Projects
Commit f699a0cff30a authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:rocket: add test to point issue with account demo data when account_period is present

parent 2f081e609b8a
No related branches found
No related tags found
1 merge request!28🚀 add test to point issue with account demo data when account_period is present
Pipeline #59172 failed
......@@ -8,3 +8,14 @@
include:
- project: xcg/ci-templates
file: /odoo/16.0/gitlab-ci.yaml
install-modules-with-demo:
extends: .base-run
script:
- logfile=$(tempfile --suffix=.log)
# install module
- $CI_PROJECT_DIR/odoo_scripts/start --db_host=postgres --database odoo
--max-cron-threads=0 --stop-after-init --init $CI_PROJECT_NAME $ADDONS_PATH
--db_user=odoo $_TEST_OPTIONS $TEST_OPTIONS 2>&1| tee $logfile | sed -e 's/\(.*\)
\(ERROR\) \(.*\)/\o033[2m\1\o033[22m \o033[31m\o033[7m\2\o033[27m \3\o033[0m/'
- grep ' ERROR ' -F $logfile -c -v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment