From 514f2a8eddf1a1d35a33cc096ed7403a79afe36f Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Fri, 11 Nov 2022 16:02:35 -0800 Subject: Add test that fails on linux --- test/bun.js/spawn-streaming-stdout-repro.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/bun.js/spawn-streaming-stdout-repro.js (limited to 'test/bun.js/spawn-streaming-stdout-repro.js') diff --git a/test/bun.js/spawn-streaming-stdout-repro.js b/test/bun.js/spawn-streaming-stdout-repro.js new file mode 100644 index 000000000..7279574bf --- /dev/null +++ b/test/bun.js/spawn-streaming-stdout-repro.js @@ -0,0 +1,3 @@ +setInterval(() => { + console.log("Wrote to stdout"); +}, 20); -- cgit v1.2.3