Skip to content

Commit

Permalink
tmp: potential fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Aug 15, 2024
1 parent 743f071 commit deaff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (conf *CCppTestConf) Build(t *testing.T) {
t.Logf("configuration output:\n%s", string(stdOut))
}

if stdOut, stdErr, err := conf.Cmake.Build("", conf.Cmake.Name); err != nil {
if stdOut, stdErr, err := conf.Cmake.Build("", string(conf.Cmake.Name)); err != nil {
t.Fatalf("cmake build failed: \n%s\n%s\n%s", stdOut, stdErr, err)
} else {
t.Logf("build output:\n%s", string(stdOut))
Expand Down

0 comments on commit deaff6f

Please sign in to comment.