Skip to content

Commit b738681

Browse files
committed
tests: Set QEMU_AUDIO_DRV=none
1 parent 6c77627 commit b738681

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/qemu-system-runner.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ qemu_system() {
5353
"qemu-system-${qemu_arch}" "$@" "${args[@]}"
5454
}
5555

56+
export QEMU_AUDIO_DRV=none
57+
5658
case "${target}" in
5759
# AArch64
5860
aarch64* | arm64*)

0 commit comments

Comments
 (0)