|
|
@ -156,9 +156,10 @@ class AutoPackageTest(object):
|
|
|
|
|
|
|
|
|
|
|
|
tests = []
|
|
|
|
tests = []
|
|
|
|
|
|
|
|
|
|
|
|
# hack for vivid's gccgo-5
|
|
|
|
# hack for vivid's gccgo-5 and xenial's gccgo-6; these build libgcc1
|
|
|
|
if src == 'gccgo-5':
|
|
|
|
# too, so test some Go and some libgcc1 consumers
|
|
|
|
for test in ['juju', 'juju-core', 'juju-mongodb', 'mongodb']:
|
|
|
|
if src in ['gccgo-5', 'gccgo-6']:
|
|
|
|
|
|
|
|
for test in ['juju', 'juju-core', 'juju-mongodb', 'mongodb', 'libreoffice']:
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
tests.append((test, self.britney.sources['testing'][test][VERSION]))
|
|
|
|
tests.append((test, self.britney.sources['testing'][test][VERSION]))
|
|
|
|
except KeyError:
|
|
|
|
except KeyError:
|
|
|
|