mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
Now that the Python DSL is gone, must line number hiding is counter-productive: Python line numbers are not expected to show up in test outputs in the general case, and hiding them hindes debugging when there is a Python crash in a testcase. Rework the corresponding output refiners so that this is done only when actually needed.
5 lines
114 B
YAML
5 lines
114 B
YAML
driver: lkt_build_and_run
|
|
py_script: main.py
|
|
collapse_python_tracebacks: True
|
|
hide_python_traceback_linenos: True
|