From 16f823dd91359b117d814e79df015ae4af99af6a Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Sun, 20 Jan 2019 21:57:06 +0100 Subject: [PATCH] autopkgtest: in Debian we want linux to be treated as any other --- britney2/policies/autopkgtest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/britney2/policies/autopkgtest.py b/britney2/policies/autopkgtest.py index 1abc70c..d38aa49 100644 --- a/britney2/policies/autopkgtest.py +++ b/britney2/policies/autopkgtest.py @@ -949,7 +949,8 @@ class AutopkgtestPolicy(BasePolicy): # might work against the default kernel but fail against a # different flavor; so for those, ignore the "ever # passed" check; FIXME: check against trigsrc only - if trigger.startswith('linux-meta') or trigger.startswith('linux/'): + if self.options.adt_baseline != 'reference' and \ + (trigger.startswith('linux-meta') or trigger.startswith('linux/')): baseline_result = Result.FAIL if baseline_result == Result.FAIL: