ReFrame 4.1.0
Release Notes
Changes since 4.0.5
New features
- Introduce a
--dry-runoption (#2746) - Allow
num_tasksto beNone(#2778) - Allow custom JSON formatting for log records in the
httpjsonhandler (#2752) - Print the first lines of stderr and stdout in case of sanity failures (#2762)
- Relax the regex matching for test names and tags (#2736)
Enhancements
- Properly combine
append-type command-line options defined in execution modes (#2788)
Bug fixes
- Fix listing of non-fixture-based dependencies (#2798)
- Fix use of
sched_optionsby the backend schedulers (#2796)
Other
- Update GitHub Actions to use setup-python@v4 (#2775)