Commit 4e606f58 authored by Jérome Perrin's avatar Jérome Perrin

reraise same exception

parent 34f0da16
......@@ -389,7 +389,7 @@ class ERP5TypeFunctionalTestCase(ERP5TypeTestCase):
expected_failure, error_title_list = self.runner.processResult()
except TimeoutError, e:
self._verboseErrorLog(20)
raise TimeoutError(e)
raise
# In case of failure, verbose the error_log entries in order to collect
# appropriated information to debug the system.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment