Commit 395add3
committed
Fix smoke test: use --nosound flag to disable audio
The snd_disable config setting wasn't working - Spring was still trying
to initialize OpenAL and crashing on ALSA (no sound card in CI).
Using the --nosound command-line flag completely bypasses audio
initialization.
CI crash log showed:
ALSA lib pcm.c: Unknown PCM default
[CrashHandler] Error: Aborted (SIGABRT)
Good news: SpringBoard scanned successfully! Took 2.6s.1 parent ccb8316 commit 395add3
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
162 | 163 | | |
163 | | - | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
0 commit comments