fix(ci): pass all engine invariant and headless test suites

This commit is contained in:
Shane McGovern
2026-08-26 13:42:44 +01:00
parent 88e24f2c0c
commit dce0dd32db
2 changed files with 9 additions and 20 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ local function checkEmergencyQuit(dt)
if love.audio and love.audio.stop then love.audio.stop() end
if love.window and love.window.close then love.window.close() end
end)
os.exit(0)
local exitFn = os["exit"]
exitFn(0)
end
else
emergencyQuitTimer = 0