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 61ce10e commit e80ff2aCopy full SHA for e80ff2a
.ci/test-sound.sh
@@ -12,7 +12,7 @@ SAMPLE_SOUND="/usr/share/sounds/alsa/Front_Center.wav"
12
TEST_SOUND() {
13
ASSERT expect <<DONE
14
set timeout ${TIMEOUT}
15
- spawn make check NETDEV=${NETDEV}
+ spawn make check
16
expect "buildroot login:" { send "root\\n" } timeout { exit 1 }
17
expect "# " { send "uname -a\\n" } timeout { exit 2 }
18
0 commit comments