Javier Otero
Javier Otero
Perhaps solved with #1577
Hi @mahendrapaipuri. I think this dry-run mode will simply not work for all the scenarios that are supported by ReFrame. In the example below, the fixture `MyFixture` generates a resource...
Here's an example: ```python class Fix0(rfm.RunOnlyRegressionTest): executable = f'echo from fixture Fix0 ' @sanity_function def my_sanity(self): return False @rfm.simple_test class Base2(rfm.RunOnlyRegressionTest): valid_systems = ['dom:login'] valid_prog_environs = ['builtin'] executable = 'echo...