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
213 stars 100 forks source link

[bugfix] Hide disabled hooks from `--describe` option's output #3153

Closed vkarak closed 3 months ago

vkarak commented 3 months ago

Although --disable-hook works fine, the --describe option still lists the disabled hooks.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.65%. Comparing base (2b158da) to head (240a631).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3153 +/- ## ======================================== Coverage 86.64% 86.65% ======================================== Files 61 61 Lines 12112 12116 +4 ======================================== + Hits 10495 10499 +4 Misses 1617 1617 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.