oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.35k stars 2.78k forks source link

do not swallow Testcommand.run errors, instead print and exit non-zero #15300

Open MichaelBelousov opened 1 day ago

MichaelBelousov commented 1 day ago

What does this PR do?

Do not swallow Testcommand.run errors, instead print and exit non-zero. Fixes #15208

How did you verify your code works?

Manually