Skip to content

Commit b43d873

Browse files
committed
test CI
1 parent a2348ec commit b43d873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/test-sound.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TEST_SOUND() {
1717
expect "# " { send "uname -a\\n" } timeout { exit 2 }
1818
1919
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 }
20+
expect "# " { send "aplay -C -d 3 --fatal-errors -f S16_LE > /dev/null\\n"} timeout { exit 4 }
2121
expect "# " { } timeout { exit 5 }
2222
DONE
2323
}

0 commit comments

Comments
 (0)