mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Allow changing "download sources" option for the mirror. #109
This commit is contained in:
@@ -4,10 +4,10 @@ from lib import BaseTest
|
||||
|
||||
class EditMirror1Test(BaseTest):
|
||||
"""
|
||||
edit mirror: enable filter
|
||||
edit mirror: enable filter & download sources
|
||||
"""
|
||||
fixtureDB = True
|
||||
runCmd = "aptly mirror edit -filter=nginx -filter-with-deps wheezy-main"
|
||||
runCmd = "aptly mirror edit -filter=nginx -filter-with-deps -with-sources wheezy-main"
|
||||
|
||||
def check(self):
|
||||
self.check_output()
|
||||
|
||||
Reference in New Issue
Block a user