Fix race in fatal exit & context shutdown.

This commit is contained in:
Andrey Smirnov
2014-03-04 18:26:19 +04:00
parent e59c327a7c
commit 1902f38e6b
9 changed files with 34 additions and 2 deletions
+3
View File
@@ -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):
"""