hfour / wsrun

Command runner for Yarn workspaces. Dependency aware.
MIT License
512 stars 31 forks source link

collect-logs with fast-exit can hide logs #111

Open adiktofsugar opened 2 years ago

adiktofsugar commented 2 years ago

Run wsrun --concurrency 2 --fast-exit --collect-logs -c test and have the 1st test suite wait 1s and succeed but the 2nd fail immediately.

You get no output from the 1st test.

Screen Shot 2022-03-30 at 4 35 18 PM
adiktofsugar commented 2 years ago

Minimum repro repo: https://github.com/adiktofsugar/wsrun-issue-111