mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-06 23:31:29 +00:00
autopkgtest.py: Update previous commit to match recent changes
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
c09a229dc9
commit
99a35a2986
@ -530,7 +530,7 @@ class AutopkgtestPolicy(BasePolicy):
|
|||||||
if src.startswith('gcc-'):
|
if src.startswith('gcc-'):
|
||||||
if re.match('gcc-\d$', src):
|
if re.match('gcc-\d$', src):
|
||||||
# add gcc's own tests, if it has any
|
# 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:
|
if 'autopkgtest' in srcinfo.testsuite:
|
||||||
tests.append((src, ver))
|
tests.append((src, ver))
|
||||||
for test in ['binutils', 'fglrx-installer', 'libreoffice', 'linux']:
|
for test in ['binutils', 'fglrx-installer', 'libreoffice', 'linux']:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user