mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Fix system tests for Go 1.5.
Some error strings in Go 1.5 have changed. Until we have something better for that, use string replace.
This commit is contained in:
@@ -59,6 +59,7 @@ class IncludeRepo3Test(BaseTest):
|
||||
]
|
||||
runCmd = "aptly repo include -no-remove-files -keyring=${files}/aptly.pub -repo=my-{{.Distribution} ${changes}"
|
||||
expectedCode = 1
|
||||
outputMatchPrepare = lambda _, s: s.replace('; missing space?', '')
|
||||
|
||||
|
||||
class IncludeRepo4Test(BaseTest):
|
||||
|
||||
Reference in New Issue
Block a user