mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-27 23:05:48 +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
|