We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c3907 commit 4416e12Copy full SHA for 4416e12
.ci/test-sound.sh
@@ -9,8 +9,6 @@ source "${SCRIPT_DIR}/common.sh"
9
10
SAMPLE_SOUND="/usr/share/sounds/alsa/Front_Center.wav"
11
12
-FOO=" exec aplay -C -d 3 --fatal-errors -f S16_LE > /dev/null"
13
-
14
TEST_SOUND() {
15
ASSERT expect <<DONE
16
set timeout ${TIMEOUT}
@@ -19,6 +17,7 @@ TEST_SOUND() {
19
17
expect "# " { send "uname -a\\n" } timeout { exit 2 }
20
18
21
expect "riscv32 GNU/Linux" { send "aplay ${SAMPLE_SOUND} --fatal-errors > /dev/null\\n"} timeout { exit 3 }
+ expect "# " { send "aplay -C -d 3 --fatal-errors -f S16_LE > /dev/null"} timeout { exit 4 }
22
DONE
23
}
24
0 commit comments