A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
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
Showing the last N lines of stdout/stderr conveys more accurate information about the failure than the first 10.
Closes #3289.