Skip to content

Commit

Permalink
Wait for the logs to be printed (#3877)
Browse files Browse the repository at this point in the history
Previous fix removed the wc.Wait() by error

Signed-off-by: David Gageot <[email protected]>
  • Loading branch information
dgageot authored Mar 27, 2020
1 parent 98bd1de commit 8e49450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func goTest(testArgs []string) error {
} else {
pr.Close()
}
wc.Wait()
return err
}

Expand Down

0 comments on commit 8e49450

Please sign in to comment.