Commit d46012f6 authored by Jérome Perrin's avatar Jérome Perrin

testing/testcase: reraise same exception in installSoftwareUrlList

When this test fail we had incorrect traceback
parent a5673dda
......@@ -376,7 +376,7 @@ def installSoftwareUrlList(cls, software_url_list, max_retry=10, debug=False):
cls.logger.exception("Error removing software")
_storeSoftwareSnapshot('setupModule removing software')
cls._cleanup('setupModule')
raise e
raise
class SlapOSInstanceTestCase(unittest.TestCase):
......
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