freebsd/amd64: initial port, GO111MODULE=off only, updates libc#10.

This commit is contained in:
Jan Mercl
2021-09-04 21:39:54 +02:00
parent 3e252fa613
commit 65c49f4def
12 changed files with 478695 additions and 4 deletions

View File

@@ -625,6 +625,7 @@ outer:
continue
}
fmt.Printf("exec: %s db --trace 2 %s\n", filepath.FromSlash(bin), script)
out, err := exec.Command(filepath.FromSlash(bin), "db", "--trace", "2", script).CombinedOutput()
if err != nil {
t.Fatalf("%s\n%v", out, err)