mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
Remove print in tests
This commit is contained in:
@@ -10,8 +10,6 @@ func BuildBinary(name, pathprefix string) (string, error) {
|
||||
dir := filepath.Join(pathprefix, name)
|
||||
aout := filepath.Join(dir, name)
|
||||
|
||||
fmt.Printf("aout: %s\n", aout)
|
||||
|
||||
err := exec.Command("go", "build", "-o", aout, dir).Run()
|
||||
if err != nil {
|
||||
return "", fmt.Errorf("build command: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user