We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfa3e5 commit 62d62e5Copy full SHA for 62d62e5
reframe/core/pipeline.py
@@ -1491,11 +1491,6 @@ class RunOnlyRegressionTest(RegressionTest):
1491
module.
1492
'''
1493
1494
- def _rfm_init(self, *args, **kwargs):
1495
- super()._rfm_init(*args, **kwargs)
1496
- if not os.path.exists(os.path.join(self._prefix, 'src')):
1497
- self.sourcesdir = None
1498
-
1499
def compile(self):
1500
'''The compilation phase of the regression test pipeline.
1501
0 commit comments