diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index 556dda7..453850f 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -309,7 +309,7 @@ class AutopkgtestPolicy(BasePolicy): # serves no purpose. Just check some key packages which actually use # gcc during the test, and doxygen as an example for a libgcc user. if src.startswith('gcc-'): - if re.match(r'gcc-\d$', src): + if re.match(r'gcc-\d$', src) or src == 'gcc-defaults': # add gcc's own tests, if it has any srcinfo = self.britney.sources['unstable'][src] if 'autopkgtest' in srcinfo.testsuite: