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 e5dc0d0 commit ecb237dCopy full SHA for ecb237d
reframe/frontend/loader.py
@@ -81,7 +81,8 @@ def _validate_check(self, check):
81
82
name = type(check).__name__
83
checkfile = os.path.relpath(inspect.getfile(type(check)))
84
- required_attrs = ['valid_systems', 'valid_prog_environs']
+ required_attrs = ['sanity_patterns',
85
+ 'valid_systems', 'valid_prog_environs']
86
for attr in required_attrs:
87
if getattr(check, attr) is None:
88
getlogger().warning(
0 commit comments