reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
224 stars 104 forks source link

[feat] Show the last N lines in test failures #3291

Closed vkarak closed 1 month ago

vkarak commented 1 month ago

Showing the last N lines of stdout/stderr conveys more accurate information about the failure than the first 10.

Closes #3289.