Skip to content

Commit

Permalink
Set stderr to os's one
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Apr 12, 2018
1 parent 5c9ae55 commit e2dba4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _tests/integration/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func Test_Integration(t *testing.T) {
cmd.Dir = rootPath
cmd.Env = append(os.Environ(), "GOPATH="+gopath)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
err = cmd.Start()
if err != nil {
t.Fatalf("Unexpected error: %v", err)
Expand Down

0 comments on commit e2dba4a

Please sign in to comment.