Merge pull request #2926 from xvqxy/verbose_build
Display output of build commands.
This commit is contained in:
commit
f43fb26acf
1 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,8 @@ func run(args ...string) error {
|
|||
}
|
||||
announce(args...)
|
||||
cmd := exec.Command(exe, args[1:]...)
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
return cmd.Run()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue