mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-14 04:31:09 +00:00
autopkgtest: in Debian we want linux to be treated as any other
This commit is contained in:
parent
1ca76486b5
commit
16f823dd91
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user