Skip to content

Commit 76c8b51

Browse files
drew-512sbinet
andauthored
Update examples/embedding/main_test.go
Co-authored-by: Sebastien Binet <binet@cern.ch>
1 parent 249e14e commit 76c8b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/embedding/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestEmbeddedExample(t *testing.T) {
2222
}
2323

2424
out := new(bytes.Buffer)
25-
cmd = exec.Command("./embedding", "mylib-demo.py")
25+
cmd = exec.Command(filepath.Join(tmp,"exe"), "mylib-demo.py")
2626
cmd.Stdout = out
2727

2828
err = cmd.Run()

0 commit comments

Comments
 (0)