Stop limiting adt-britney to amd64; this shouldn't make a difference anyway, per Jean-Baptiste.

This commit is contained in:
Colin Watson 2013-07-02 11:32:45 +01:00
parent b45bc14d4f
commit 8023ee2a40

View File

@ -112,7 +112,7 @@ class AutoPackageTest(object):
def _adt_britney(self, *args):
command = [
adt_britney,
"-c", self.rc_path, "-r", self.series, "-a", "amd64", "-PU",
"-c", self.rc_path, "-r", self.series, "-PU",
]
if self.debug:
command.append("-d")