Fix system tests. #71

This commit is contained in:
Andrey Smirnov
2015-03-17 01:09:09 +03:00
parent 67a31d5eaa
commit 7579f1998c
+1 -1
View File
@@ -288,7 +288,7 @@ class IncludeRepo11Test(BaseTest):
fixtureCmds = [ fixtureCmds = [
"aptly repo create unstable", "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)) outputMatchPrepare = lambda self, s: gpgRemove(self, tempDirRemove(self, s))
def prepare(self): def prepare(self):