mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
system-tests: add debug flag
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user