galaxyproject / planemo

Command-line utilities to assist in developing Galaxy and Common Workflow Language artifacts - including tools, workflows, and training materials.
https://planemo.readthedocs.io/
MIT License
90 stars 85 forks source link

Display last lines of logs #1473

Closed mvdbeek closed 3 months ago

mvdbeek commented 3 months ago

This is especially painful if you have a cheetah templating error, and we stop the log stream before we actually printed the templating exception.

To test this run planemo test test/functional/tools/cheetah_problem_unbound_var.xml within Galaxy's codebase. The shutdown message and the templating exception are only visible with this PR.