Merge "Correct reraising of exception"
This commit is contained in:
commit
5e930c2d8a
@ -80,8 +80,6 @@ class UnitTest(stressaction.StressAction):
|
||||
|
||||
try:
|
||||
self.run_core()
|
||||
except Exception as e:
|
||||
raise e
|
||||
finally:
|
||||
if (CONF.stress.leave_dirty_stack is False
|
||||
and self.class_setup_per == SetUpClassRunTime.action):
|
||||
|
Loading…
Reference in New Issue
Block a user