mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Add options --with-packages to show list of packages in snapshot & mirror.
This commit is contained in:
@@ -15,3 +15,11 @@ class ShowMirror2Test(BaseTest):
|
||||
"""
|
||||
runCmd = "aptly mirror show mirror-xx"
|
||||
expectedCode = 1
|
||||
|
||||
|
||||
class ShowMirror3Test(BaseTest):
|
||||
"""
|
||||
show mirror: regular mirror with packages
|
||||
"""
|
||||
fixtureDB = True
|
||||
runCmd = "aptly mirror show --with-packages wheezy-contrib"
|
||||
|
||||
Reference in New Issue
Block a user