mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Refactoring: make snapshot sorting non-intrusive to collection contents. #168
This commit is contained in:
@@ -1 +1,2 @@
|
||||
List of snapshots:
|
||||
ERROR: sorting method "planet" unknown
|
||||
|
||||
@@ -87,5 +87,8 @@ class ListSnapshot7Test(BaseTest):
|
||||
"""
|
||||
list snapshots: wrong parameter sort
|
||||
"""
|
||||
fixtureCmds = [
|
||||
"aptly snapshot create empty empty"
|
||||
]
|
||||
runCmd = "aptly -sort=planet snapshot list"
|
||||
expectedCode = 1
|
||||
|
||||
Reference in New Issue
Block a user