yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.37k stars 1.1k forks source link

Adds TEST_BINARY #6291

Closed arcanis closed 4 months ago

arcanis commented 4 months ago

What's the problem this PR addresses?

I want to run the tests on an alternate Yarn build.

How did you fix it?

Replaces the TEST_FROM_SOURCES environment variable by a more flexible TEST_BINARY which lets us select any binary on disk to run the tests.

Checklist