Skip to content

Commit

Permalink
[master] Fix bug when go test return error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantas0s committed Jun 16, 2018
1 parent 0e89b81 commit 3e593cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/testomatic.go
Expand Up @@ -142,7 +142,7 @@ func execCmd(cmdPath string, args []string) (*string, error) {

err := cmd.Run()
if err != nil {
return nil, err
fmt.Println(err)
}

result := out.String()
Expand Down

0 comments on commit 3e593cd

Please sign in to comment.