debuginfod-find stderr may contain diagnostics; look at stdout only for filename (#3381)
This commit is contained in:
parent
3b251c9dd3
commit
68f58561bb
@ -12,7 +12,7 @@ func execFind(args ...string) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
cmd := exec.Command(debuginfodFind, args...)
|
||||
out, err := cmd.CombinedOutput()
|
||||
out, err := cmd.Output() // ignore stderr
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user