mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix up system tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
openpgp: Passphrase is required to unlock private key "Aptly Tester (don't use it) <test@aptly.info>"
|
||||
openpgp: 1024-bit DSA key, ID F30E8CB9CDDE2AF8, created 2014-08-30
|
||||
openpgp: 1024-bit DSA key, ID F30E8CB9CDDE2AF8, created
|
||||
Loading packages...
|
||||
Generating metadata files and linking package files...
|
||||
Finalizing metadata files...
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
import hashlib
|
||||
import inspect
|
||||
import re
|
||||
import zlib
|
||||
from lib import BaseTest
|
||||
|
||||
@@ -747,6 +748,9 @@ class PublishRepo31Test(BaseTest):
|
||||
gold_processor = BaseTest.expand_environ
|
||||
configOverride = {"gpgProvider": "internal"}
|
||||
|
||||
def outputMatchPrepare(_, s):
|
||||
return re.sub(r' \d{4}-\d{2}-\d{2}', '', s)
|
||||
|
||||
def check(self):
|
||||
super(PublishRepo31Test, self).check()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user