mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Allow overite of bun target
This commit is contained in:
@@ -69,7 +69,7 @@ function printInfo() {
|
||||
*/
|
||||
async function runTests(target, filters) {
|
||||
let execPath;
|
||||
if (isBuildKite) {
|
||||
if (isBuildKite && !existsSync(target)) {
|
||||
execPath = await getExecPathFromBuildKite(target);
|
||||
} else {
|
||||
execPath = getExecPath(target);
|
||||
|
||||
Reference in New Issue
Block a user