[PATCH eoan/unstable] UBUNTU: [Debian]: do not skip tests for linux-hwe-edge

Thadeu Lima de Souza Cascardo cascardo at canonical.com
Fri Oct 25 12:14:25 UTC 2019


Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at canonical.com>
---

Applying this to eoan and unstable should be enough, as xenial linux-hwe-edge
is a meta to linux-hwe as of now, and should not expect changes about that.

---
 debian/tests/ubuntu-regression-suite | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/ubuntu-regression-suite b/debian/tests/ubuntu-regression-suite
index 952d38cc9331..72a95a1e32cd 100755
--- a/debian/tests/ubuntu-regression-suite
+++ b/debian/tests/ubuntu-regression-suite
@@ -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-hwe|linux-hwe-edge|linux-kvm|linux-oem)
 	;;
     *)
 	echo "ubuntu-regression-suite is pointless, if one cannot boot the kernel"
-- 
2.20.1




More information about the kernel-team mailing list