|
|
@ -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']:
|
|
|
|