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

testing/testcase: reraise same exception in installSoftwareUrlList

parent 453b03ce
......@@ -387,7 +387,7 @@ def installSoftwareUrlList(cls, software_url_list, max_retry=2, 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