Skip to content

Fix TestCommand cli flag binding#432

Merged
nprizal merged 1 commit intobuildkite:mainfrom
jeremybumsted:jb/fix-custom-runner-test-cmd
Feb 1, 2026
Merged

Fix TestCommand cli flag binding#432
nprizal merged 1 commit intobuildkite:mainfrom
jeremybumsted:jb/fix-custom-runner-test-cmd

Conversation

@jeremybumsted
Copy link
Contributor

Description

Saw that in

Destination: &cfg.TestCommand,

we were binding the env BUILDKITE_TEST_ENGINE_TEST_CMD to the TestCommand config value for custom test runners, but this was removed in #431. Attempting to run bktec with the custom test runner will result in an error despite setting that value.

Context

Destination: &cfg.TestCommand,

Changes

Re-adds the binding

Testing

Manually tested running a custom test runner with the binary from v2.1.0-rc2 to verify, as well as with #431 to validate the config change.

@jeremybumsted jeremybumsted requested a review from a team as a code owner January 30, 2026 19:25
@nprizal
Copy link
Contributor

nprizal commented Feb 1, 2026

Thanks for the fix @jeremybumsted.

@nprizal nprizal merged commit 1ff863d into buildkite:main Feb 1, 2026
1 check passed
@nprizal nprizal mentioned this pull request Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants