f5f59ad6e6
Needs a couple of changes to make tests pass again: * mesa-dri-drivers needs explicit installation to install swrast dri driver * wireplumber needs to be started inside the D-Bus session Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2142>
9 lines
97 B
Bash
Executable File
9 lines
97 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -e
|
|
|
|
wireplumber &
|
|
sleep 1
|
|
|
|
catchsegv meson test -C build --no-rebuild -t 10
|