mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-24 11:59:58 +00:00
syz-fuzzer: show executor output on failure
This commit is contained in:
parent
785a983395
commit
18403e654c
@ -99,7 +99,7 @@ func checkRevisions(args *checkArgs) error {
|
||||
cmd.Stderr = ioutil.Discard
|
||||
out, err := osutil.Run(time.Minute, cmd)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to run executor version: %v", err)
|
||||
return fmt.Errorf("failed to run executor version: %v\n%s", err, out)
|
||||
}
|
||||
vers := strings.Split(strings.TrimSpace(string(out)), " ")
|
||||
if len(vers) != 4 {
|
||||
|
Loading…
Reference in New Issue
Block a user