Allow overite of bun target

This commit is contained in:
Ashcon Partovi
2024-06-12 16:57:34 -07:00
parent 04eb1b61e7
commit 9ae59fb624

View File

@@ -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);