Add -force-replace flag to repo aptly add to replace conflicting packages. #83

This commit is contained in:
Andrey Smirnov
2014-09-01 17:59:29 +04:00
parent de32595d29
commit 0130fc0392
8 changed files with 58 additions and 1 deletions
+1 -1
View File
@@ -203,8 +203,8 @@ class BaseTest(object):
raise
def check_cmd_output(self, command, gold_name, match_prepare=None, expected_code=0):
output = self.run_cmd(command, expected_code=expected_code)
try:
output = self.run_cmd(command, expected_code=expected_code)
self.verify_match(self.get_gold(gold_name), output, match_prepare)
except:
if self.captureResults: