Merge "Correct reraising of exception"

This commit is contained in:
Jenkins 2016-07-15 10:37:49 +00:00 committed by Gerrit Code Review
commit 5e930c2d8a
1 changed files with 0 additions and 2 deletions

View File

@ -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):