Skip to content

self.job.options override any job options passed from the command-line #1700

@vkarak

Description

@vkarak

Currently, if I have a test that does:

@rfm.run_before('run')
def set_job_options(self):
    self.job.options = ['--foo']

And then run reframe with -J bar=X, the --bar=X will never be passed to the job script.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions