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:
parent
77a574b655
commit
2dd8d24116
@ -2,6 +2,9 @@
|
||||
|
||||
set -ex
|
||||
|
||||
# install speaker-test
|
||||
dnf install -y alsa-utils
|
||||
|
||||
# create patest user
|
||||
adduser patest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user