Allow changing "download sources" option for the mirror. #109

This commit is contained in:
Andrey Smirnov
2014-09-22 19:36:48 +04:00
parent 5e1bd0ff0e
commit fa786332de
5 changed files with 11 additions and 5 deletions
+2 -2
View File
@@ -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()