[IMP] Makefile: print the full traceback for unhandled exceptions
This should help reading the traceback on Runbot, where the log files
are not always kept.
closes odoo/documentation#9072
X-original-commit: 73ee687aca
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
697f78e513
commit
601f134c1a
1
Makefile
1
Makefile
@ -18,6 +18,7 @@ CONFIG_DIR = .
|
|||||||
SPHINXOPTS = -D project_root=$(ROOT) -D canonical_version=$(CANONICAL_VERSION) \
|
SPHINXOPTS = -D project_root=$(ROOT) -D canonical_version=$(CANONICAL_VERSION) \
|
||||||
-D versions=$(VERSIONS) -D languages=$(LANGUAGES) -D language=$(CURRENT_LANG) \
|
-D versions=$(VERSIONS) -D languages=$(LANGUAGES) -D language=$(CURRENT_LANG) \
|
||||||
-D is_remote_build=$(IS_REMOTE_BUILD) \
|
-D is_remote_build=$(IS_REMOTE_BUILD) \
|
||||||
|
-T \
|
||||||
-A google_analytics_key=$(GOOGLE_ANALYTICS_KEY) \
|
-A google_analytics_key=$(GOOGLE_ANALYTICS_KEY) \
|
||||||
-A plausible_script=$(PLAUSIBLE_SCRIPT) \
|
-A plausible_script=$(PLAUSIBLE_SCRIPT) \
|
||||||
-A plausible_domain=$(PLAUSIBLE_DOMAIN) \
|
-A plausible_domain=$(PLAUSIBLE_DOMAIN) \
|
||||||
|
Loading…
Reference in New Issue
Block a user