-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
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.