Skip to content

Commit

Permalink
[IMP] Makefile: print the full traceback for unhandled exceptions
Browse files Browse the repository at this point in the history
This should help reading the traceback on Runbot, where the log files
are not always kept.

closes #9068

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
  • Loading branch information
AntoineVDV committed Apr 30, 2024
1 parent 1039a0b commit 73ee687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CONFIG_DIR = .
SPHINXOPTS = -D project_root=$(ROOT) -D canonical_version=$(CANONICAL_VERSION) \
-D versions=$(VERSIONS) -D languages=$(LANGUAGES) -D language=$(CURRENT_LANG) \
-D is_remote_build=$(IS_REMOTE_BUILD) \
-T \
-A google_analytics_key=$(GOOGLE_ANALYTICS_KEY) \
-A plausible_script=$(PLAUSIBLE_SCRIPT) \
-A plausible_domain=$(PLAUSIBLE_DOMAIN) \
Expand Down

0 comments on commit 73ee687

Please sign in to comment.