mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 23:28:03 +00:00

Tests like these are a surprisingly effective way to detect packaging mistakes. Reproduces: #980691, #980684
6 lines
196 B
Bash
Executable File
6 lines
196 B
Bash
Executable File
#!/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
|