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 7f1ac39 commit 7c051cfCopy full SHA for 7c051cf
reframe/core/decorators.py
@@ -37,7 +37,7 @@ def _instantiate_all():
37
mod.__rfm_skip_tests = set()
38
39
try:
40
- _instantiate(cls, args)
+ ret.append(_instantiate(cls, args))
41
except Exception as e:
42
frame = user_frame(sys.exc_info()[2])
43
msg = "skipping test due to errors: %s: " % cls.__name__
0 commit comments