Skip to content

Commit ced5c80

Browse files
authored
Merge pull request #4190 from apostasie/cos-2025-05-target-error-display
[CI]: fix error output for target not found
2 parents 3839e03 + 654e586 commit ced5c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/testutil/nerdtest/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func newNerdCommand(conf test.Config, t *testing.T) *nerdCommand {
5656

5757
binary, err = exec.LookPath(trgt)
5858
if err != nil {
59-
t.Fatalf("unable to find binary %q: %v", binary, err)
59+
t.Fatalf("unable to find binary %q: %v", trgt, err)
6060
}
6161

6262
if isTargetNerdish() {

0 commit comments

Comments
 (0)