autopkgtest.py: Update previous commit to match recent changes

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent c09a229dc9
commit 99a35a2986
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -530,7 +530,7 @@ class AutopkgtestPolicy(BasePolicy):
if src.startswith('gcc-'):
if re.match('gcc-\d$', src):
# add gcc's own tests, if it has any
srcinfo = self.britney.sources['unstable'][src]
srcinfo = source_suite.sources[src]
if 'autopkgtest' in srcinfo.testsuite:
tests.append((src, ver))
for test in ['binutils', 'fglrx-installer', 'libreoffice', 'linux']:

Loading…
Cancel
Save