mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Pass an explicit Linux platform to the two remaining SIGTERM-specific ladder tests instead of inheriting the host platform. This keeps their synchronous-exit assertions focused on the POSIX middle and final rungs while the dedicated Windows case continues to verify the direct SIGKILL path. Without the pin, native Windows coverage deterministically expected SIGTERM but observed the intended SIGKILL-only behavior.