Install alsa-utils in the run_tests.sh

The previous patch removed the hard alsa-utils dependency, so
the alsa-utils package must be installed manually.
This commit is contained in:
Jaroslav Kysela 2023-03-01 10:25:00 +01:00
parent 77a574b655
commit 2dd8d24116

View File

@ -2,6 +2,9 @@
set -ex
# install speaker-test
dnf install -y alsa-utils
# create patest user
adduser patest