system-tests: add debug flag

This commit is contained in:
André Roth
2026-05-14 20:38:59 +02:00
parent d27c5856de
commit 174ced253f
4 changed files with 17 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class UnixSocketAPITest(BaseTest):
socket_path = "/tmp/_aptly_test.sock"
base_url = ("unix://%s" % socket_path)
aptly_out = None
debugOutput = True
debugOutput = False # Controlled by --debug flag in run.py
def prepare(self):
if self.aptly_server is None: