]> git.ipfire.org Git - nitsi.git/blobdiff - src/nitsi/test.py
Raise exception instead of dropping them
[nitsi.git] / src / nitsi / test.py
index 497b017589c09b90088a2c735d1b777991cca8b4..42d7f16ec6640de8b62eede4e85987ea5636b5c5 100755 (executable)
@@ -23,6 +23,7 @@ class test():
             self.log = logger.getChild(os.path.basename(self.path))
         except BaseException as e:
             logger.error("Could not get absolute path")
+            raise e
 
         self.log.debug("Path of this test is: {}".format(self.path))