debian: debci: load the 'mtdram' module, to make it execute the mtd-self-test

This commit is contained in:
Lukas Märdian 2022-05-17 15:40:03 +02:00 committed by Mario Limonciello
parent 3e00d0269e
commit 16ef6a3a4a

View File

@ -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=.*,," \