mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-28 20:34:51 +00:00
There are two ways to go: 1. Enable `needs-internet` in the test bed 2. Skip these tests Per https://salsa.debian.org/ci-team/autopkgtest/blob/master/doc/README.package-tests.rst the testing should avoid having to download from remote services to keep the testing more deterministic and reliable.
6 lines
196 B
Bash
6 lines
196 B
Bash
#!/bin/sh
|
|
set -e
|
|
sed "s,^DisabledPlugins=.*,DisabledPlugins=," -i /etc/fwupd/daemon.conf
|
|
sed "s,^VerboseDomains=.*,VerboseDomains=*," -i /etc/fwupd/daemon.conf
|
|
gnome-desktop-testing-runner fwupd
|