File: ci

package info (click to toggle)
fwupd 2.0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,340 kB
  • sloc: ansic: 274,440; python: 11,468; xml: 9,432; sh: 1,625; makefile: 167; cpp: 19; asm: 11; javascript: 9
file content (12 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -e
exec 2>&1
# try loading the mtdram module to run our mtd tests
modprobe mtdram || true
fwupdtool enable-test-devices
fwupdtool modify-config VerboseDomains "*"
sed "s,ConditionVirtualization=.*,," \
    /lib/systemd/system/fwupd.service > \
    /etc/systemd/system/fwupd.service
systemctl daemon-reload
# run the tests
gnome-desktop-testing-runner --timeout=600 fwupd