Skip to content

Commit 4416e12

Browse files
committed
Add capture dummy test
1 parent 65c3907 commit 4416e12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.ci/test-sound.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ source "${SCRIPT_DIR}/common.sh"
99

1010
SAMPLE_SOUND="/usr/share/sounds/alsa/Front_Center.wav"
1111

12-
FOO=" exec aplay -C -d 3 --fatal-errors -f S16_LE > /dev/null"
13-
1412
TEST_SOUND() {
1513
ASSERT expect <<DONE
1614
set timeout ${TIMEOUT}
@@ -19,6 +17,7 @@ TEST_SOUND() {
1917
expect "# " { send "uname -a\\n" } timeout { exit 2 }
2018
2119
expect "riscv32 GNU/Linux" { send "aplay ${SAMPLE_SOUND} --fatal-errors > /dev/null\\n"} timeout { exit 3 }
20+
expect "# " { send "aplay -C -d 3 --fatal-errors -f S16_LE > /dev/null"} timeout { exit 4 }
2221
DONE
2322
}
2423

0 commit comments

Comments
 (0)