文件
gprMax/reframe_tests/tests
Nathan Mannall bb8f998b38 Fix bug when restoring tests using ReceiverMixin
- 'output_file' is not stored in the run report by reframe. Therefore,
  trying to access 'test_dependency.output_file' where 'test_dependency'
  is a restored test case was returning None and causing an error.
- Instead, created a new function to build an output file path that
  can be reused by the ReceiverMixin class.
2025-06-19 15:17:34 +01:00
..