]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
UBUNTU: [Debian] run ubuntu-regression-suite for linux-unstable
authorSeth Forshee <seth.forshee@canonical.com>
Thu, 25 Feb 2021 17:57:52 +0000 (11:57 -0600)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 25 Feb 2021 17:57:52 +0000 (11:57 -0600)
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
debian/tests/ubuntu-regression-suite

index 8512682d5453fd766c603899486c4a311bdcd56f..1dabcb0214c3aea746f0ef90400cca467ccffcc5 100755 (executable)
@@ -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-hwe*|linux-kvm|linux-oem)
+    linux|linux-unstable|linux-hwe*|linux-kvm|linux-oem)
        ;;
     *)
        echo "ubuntu-regression-suite is pointless, if one cannot boot the kernel"