mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-01 04:40:38 +00:00
Add '+' to list of skipped symbols.
This commit is contained in:
@@ -24,4 +24,4 @@ class ShowMirror3Test(BaseTest):
|
|||||||
"""
|
"""
|
||||||
fixtureDB = True
|
fixtureDB = True
|
||||||
runCmd = "aptly mirror show --with-packages wheezy-contrib"
|
runCmd = "aptly mirror show --with-packages wheezy-contrib"
|
||||||
outputMatchPrepare = lambda _, s: re.sub(r"Last update: [0-9:A-Za-z -]+\n", "", s)
|
outputMatchPrepare = lambda _, s: re.sub(r"Last update: [0-9:+A-Za-z -]+\n", "", s)
|
||||||
|
|||||||
Reference in New Issue
Block a user