mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-12 06:30:35 +00:00
Fix race in fatal exit & context shutdown.
This commit is contained in:
@@ -83,6 +83,9 @@ class ImportRepo5Test(BaseTest):
|
||||
runCmd = "aptly repo import wheezy-contrib repo1 'pyspi >> 0.6.1-1.3)'"
|
||||
expectedCode = 1
|
||||
|
||||
def output_processor(self, output):
|
||||
return "\n".join(sorted(output.split("\n")))
|
||||
|
||||
|
||||
class ImportRepo6Test(BaseTest):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user