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 4416e12 commit 43e1757Copy full SHA for 43e1757
.ci/test-sound.sh
@@ -18,6 +18,7 @@ TEST_SOUND() {
18
19
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 }
21
+ expect "# " { } timeout { exit 5 }
22
DONE
23
}
24
@@ -26,5 +27,6 @@ cleanup
26
27
28
# Test sound device
29
TEST_SOUND
30
+echo "✓ sound test passed"
31
32
exit 0
0 commit comments