]> Cypherpunks repositories - gostls13.git/commit
cmd/go: in tests, add sync before closing file in copyFile helper
authorMichael Matloob <matloob@golang.org>
Thu, 20 Feb 2020 17:53:32 +0000 (12:53 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 20 Feb 2020 19:33:59 +0000 (19:33 +0000)
commit6396bc9df705310c9e7848773154960b7c92978c
tree4076b261c10ec449f0e6e260a34b170e4d4f8a03
parent75ea964b3f6073076e1a86a0de2be9a2f159da24
cmd/go: in tests, add sync before closing file in copyFile helper

An experiment to see if this helps flakiness go away in
TestExecutableGOROOT.

Updates #37306

Change-Id: I2f4f63bdb507359ca07267d86cdb41fe4968f151
Reviewed-on: https://go-review.googlesource.com/c/go/+/220317
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/go_test.go