mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix system tests. #71
This commit is contained in:
@@ -288,7 +288,7 @@ class IncludeRepo11Test(BaseTest):
|
||||
fixtureCmds = [
|
||||
"aptly repo create unstable",
|
||||
]
|
||||
runCmd = "aptly repo include -accept-unsigned "
|
||||
runCmd = "aptly repo include -accept-unsigned -keyring=${files}/aptly.pub "
|
||||
outputMatchPrepare = lambda self, s: gpgRemove(self, tempDirRemove(self, s))
|
||||
|
||||
def prepare(self):
|
||||
|
||||
Reference in New Issue
Block a user