exec @docker @restore_db @no_cleanup
This commit is contained in:
parent
a1a5821446
commit
3711cff660
1
Makefile
1
Makefile
@ -34,7 +34,6 @@ run_server:
|
||||
run_test:
|
||||
${PYTHON} odoo-bin --test-tags :TestAccountMove.test_out_invoice_auto_post_monthly,TestAccountMove.test_included_tax --log-level=test --test-enable -d testdb-${TAG} --stop-after-init --config=${CONFIG}
|
||||
${PYTHON} odoo-bin db --config=${CONFIG} drop testdb-${TAG}
|
||||
|
||||
##### Docker Deployment #########
|
||||
run_test_docker:
|
||||
sudo ${DOCKER_EXEC} ${CONTAINER_ID} odoo --test-tags :TestAccountMove.test_out_invoice_auto_post_monthly,TestAccountMove.test_included_tax --log-level=test --test-enable -d testdb-${TAG} --stop-after-init --config=/etc/odoo/${CONFIG} --xmlrpc-port=8071 && \
|
||||
|
Loading…
Reference in New Issue
Block a user