mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Exit with failure if aptly package search yields no results. #188
This commit is contained in:
@@ -15,6 +15,7 @@ class SearchPackage2Test(BaseTest):
|
||||
search package: missing package
|
||||
"""
|
||||
runCmd = "aptly package search 'Name (package-xx)'"
|
||||
expectedCode = 1
|
||||
|
||||
|
||||
class SearchPackage3Test(BaseTest):
|
||||
|
||||
Reference in New Issue
Block a user