From 16ef6a3a4ae18e6f13dc482dc7d1b408a38f4734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=A4rdian?= Date: Tue, 17 May 2022 15:40:03 +0200 Subject: [PATCH] debian: debci: load the 'mtdram' module, to make it execute the mtd-self-test --- contrib/debian/tests/ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/debian/tests/ci b/contrib/debian/tests/ci index 39a306f63..f937041d3 100755 --- a/contrib/debian/tests/ci +++ b/contrib/debian/tests/ci @@ -1,5 +1,7 @@ #!/bin/sh set -e +# try loading the mtdram module to run our mtd tests +modprobe mtdram || true sed "s,^DisabledPlugins=.*,DisabledPlugins=," -i /etc/fwupd/daemon.conf sed "s,^VerboseDomains=.*,VerboseDomains=*," -i /etc/fwupd/daemon.conf sed "s,ConditionVirtualization=.*,," \