Skip to content

Commit 7c051cf

Browse files
author
Vasileios Karakasis
committed
Fix unit tests
1 parent 7f1ac39 commit 7c051cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/core/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def _instantiate_all():
3737
mod.__rfm_skip_tests = set()
3838

3939
try:
40-
_instantiate(cls, args)
40+
ret.append(_instantiate(cls, args))
4141
except Exception as e:
4242
frame = user_frame(sys.exc_info()[2])
4343
msg = "skipping test due to errors: %s: " % cls.__name__

0 commit comments

Comments
 (0)