Skip to content

Commit 43e1757

Browse files
committed
Add message
1 parent 4416e12 commit 43e1757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/test-sound.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ TEST_SOUND() {
1818
1919
expect "riscv32 GNU/Linux" { send "aplay ${SAMPLE_SOUND} --fatal-errors > /dev/null\\n"} timeout { exit 3 }
2020
expect "# " { send "aplay -C -d 3 --fatal-errors -f S16_LE > /dev/null"} timeout { exit 4 }
21+
expect "# " { } timeout { exit 5 }
2122
DONE
2223
}
2324

@@ -26,5 +27,6 @@ cleanup
2627

2728
# Test sound device
2829
TEST_SOUND
30+
echo "✓ sound test passed"
2931

3032
exit 0

0 commit comments

Comments
 (0)