mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-01 04:40:38 +00:00
System tests for aptly repo add..
This commit is contained in:
@@ -13,7 +13,10 @@ class ShowRepo2Test(BaseTest):
|
||||
"""
|
||||
show local repo: -with-packages
|
||||
"""
|
||||
fixtureCmds = ["aptly repo create -comment=Cool repo2"]
|
||||
fixtureCmds = [
|
||||
"aptly repo create -comment=Cool repo2",
|
||||
"aptly repo add repo2 ${files}"
|
||||
]
|
||||
runCmd = "aptly repo show -with-packages repo2"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user