Skip to content

Cannot make executable required. #2106

@jjotero

Description

@jjotero

If the excutable variable is required it will always be initialised by ReFrame in the pipeline's __rfm_init__ method to the test's name. Whereas that is absolutely fine for either RegressionTest or CompileOnlyRegressionTest, this behaviour should not occur with RunOnlyRegressionTest classes, where the user should have the full power on requiring the executable variable.

Possible workaround: move this default assignment into the compile stage.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions