This commit is contained in:
Andrey Smirnov
2014-09-01 16:03:35 +04:00
parent 95e5fdd34a
commit de32595d29
+1
View File
@@ -596,6 +596,7 @@ class PublishRepo26Test(BaseTest):
]
runCmd = "aptly publish repo -keyring=${files}/aptly_passphrase.pub -secret-keyring=${files}/aptly_passphrase.sec -passphrase=verysecret -distribution=maverick local-repo"
gold_processor = BaseTest.expand_environ
outputMatchPrepare = lambda _, s: s.replace("gpg: gpg-agent is not available in this session\n", "")
def check(self):
super(PublishRepo26Test, self).check()