Salman Muin Kayser Chishti
bf1b64008f
fix: use detached:true on all platforms for exec stream tests
...
On Windows, detached:true is needed to properly keep stdio handles
open after the parent process exits.
2025-12-08 12:35:33 +00:00
Salman Muin Kayser Chishti
894f77901e
fix: improve exec stream tests cross-platform handling
...
- Update spawn-wait-for-file.js to use proper stdio inheritance
- Add small delay before exit to ensure child process inherits handles
- Simplify test code to use the helper script instead of shell commands
2025-12-08 12:28:52 +00:00
Salman Muin Kayser Chishti
d97deb1f60
tests(exec): use platform-aware spawn options in spawn-wait-for-file script (detach on Unix, hide window on Windows)
2025-11-18 15:45:59 +00:00
Salman Muin Kayser Chishti
a3588a70ba
update hash files test
2025-11-18 14:21:47 +00:00