tests - remove wrong cleanup call

This commit is contained in:
florian 2022-07-14 14:52:44 +02:00
parent 424b37bec9
commit 68bf5ef850
2 changed files with 0 additions and 2 deletions

View File

@ -102,7 +102,6 @@ class AutoconfTest(Test) :
log("AUTOCONF", "", "exception while running AutoconfTest._setup_test()\n" + format_exc())
self._cleanup_test()
return False
self._cleanup_test()
return True
def _cleanup_test(self) :

View File

@ -61,7 +61,6 @@ class DockerTest(Test) :
log("DOCKER", "", "exception while running DockerTest._setup_test()\n" + format_exc())
self._cleanup_test()
return False
self._cleanup_test()
return True
def _cleanup_test(self) :