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

[bugfix] Exit successfully if `--duration` limit is reached #3328

Open vkarak opened 4 days ago

vkarak commented 4 days ago

Also if --reruns or --duration is used, then failures are accounted from all runs.

Closes #3324.