mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
debug mode
This commit is contained in:
+2
-2
@@ -164,10 +164,10 @@ class BaseTest(object):
|
||||
self.run()
|
||||
self.check()
|
||||
except Exception as exc:
|
||||
if self.debugOutput:
|
||||
print(f"API log:\n{self.debug_output()}")
|
||||
raise exc
|
||||
finally:
|
||||
if self.debugOutput:
|
||||
print(f"API log:\n{self.debug_output()}")
|
||||
self.teardown()
|
||||
|
||||
def prepare_remove_all(self):
|
||||
|
||||
Reference in New Issue
Block a user