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 a2348ec commit b43d873Copy full SHA for b43d873
.ci/test-sound.sh
@@ -17,7 +17,7 @@ TEST_SOUND() {
17
expect "# " { send "uname -a\\n" } timeout { exit 2 }
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 }
+ expect "# " { send "aplay -C -d 3 --fatal-errors -f S16_LE > /dev/null\\n"} timeout { exit 4 }
21
expect "# " { } timeout { exit 5 }
22
DONE
23
}
0 commit comments