Proper redirections of the subprocess channels with real-time output
This commit is contained in:
parent
529326ba41
commit
b1c96920b2
@ -53,7 +53,7 @@ func (p Plugin) Exec() error {
|
||||
cmd := exec.Command("sonar-scanner", args...)
|
||||
// fmt.Printf("==> Executing: %s\n", strings.Join(cmd.Args, " "))
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
fmt.Printf("==> Code Analysis Result:\n")
|
||||
err := cmd.Run()
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user