From 1ca76486b592867870d4472e97d5a6e34755098f Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Sun, 20 Jan 2019 21:33:30 +0100 Subject: [PATCH] Replace libreoffice with doxygen as the libgcc smoke test for gcc. Bug-Ubuntu: https://bugs.launchpad.net/bugs/1793260 Original patches by Steve Langasek --- britney2/policies/autopkgtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index f2a40ae..1abc70c 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -529,14 +529,14 @@ class AutopkgtestPolicy(BasePolicy): # gcc already tests itself during build, and it is being used from # -proposed, so holding it back on a dozen unrelated test failures # serves no purpose. Just check some key packages which actually use - # gcc during the test, and libreoffice as an example for a libgcc user. + # gcc during the test, and doxygen as an example for a libgcc user. if src.startswith('gcc-'): if re.match(r'gcc-\d$', src): # add gcc's own tests, if it has any srcinfo = source_suite.sources[src] if 'autopkgtest' in srcinfo.testsuite: tests.append((src, ver)) - for test in ['binutils', 'fglrx-installer', 'libreoffice', 'linux']: + for test in ['binutils', 'fglrx-installer', 'doxygen', 'linux']: try: tests.append((test, sources_info[test].version)) except KeyError: