UBUNTU: [DEP-8] Fix regression suite to run on lowlatency
BugLink: https://bugs.launchpad.net/bugs/1999528 The debian/tests/ubuntu-regression-suite script contains a list of kernel source to be considered running the regression suite. Now that lowlatency is its own source package, we have to add it to that list. Since all derivatives share the same debian/tests, I am submitting the change to the parent kernels. Signed-off-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Andrea Righi <andrea.righi@canonical.com> Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
83b8b1aedd
commit
7ca5a6f983
Vendored
+1
-1
@@ -4,7 +4,7 @@ set -e
|
||||
# Only run regression-suite on kernels we can boot in canonistack
|
||||
source=`dpkg-parsechangelog -SSource`
|
||||
case $source in
|
||||
linux|linux-unstable|linux-hwe*|linux-kvm|linux-oem)
|
||||
linux|linux-unstable|linux-hwe*|linux-lowlatency*|linux-kvm|linux-oem)
|
||||
;;
|
||||
*)
|
||||
echo "ubuntu-regression-suite is pointless, if one cannot boot the kernel"
|
||||
|
||||
Reference in New Issue
Block a user