Skip to content

Commit

Permalink
Revert unwanted logging change to vttestserver (#15148)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
Signed-off-by: Florent Poinsard <[email protected]>
Co-authored-by: Andrew Mason <[email protected]>
  • Loading branch information
frouioui and ajm188 authored Feb 6, 2024
1 parent aae0a6e commit c189cf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go/vt/vttest/vtprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ func (vtp *VtProcess) WaitStart() (err error) {
vtp.proc.Args = append(vtp.proc.Args, vtp.ExtraArgs...)
vtp.proc.Env = append(vtp.proc.Env, os.Environ()...)
vtp.proc.Env = append(vtp.proc.Env, vtp.Env...)

if testing.Verbose() {
if !testing.Testing() || testing.Verbose() {
vtp.proc.Stderr = os.Stderr
vtp.proc.Stdout = os.Stdout
}
Expand Down

0 comments on commit c189cf4

Please sign in to comment.