]> Cypherpunks repositories - gostls13.git/commit
test: fix -test.v trace output for cgo/testshared
authorThan McIntosh <thanm@google.com>
Fri, 20 Mar 2020 13:03:39 +0000 (09:03 -0400)
committerThan McIntosh <thanm@google.com>
Fri, 20 Mar 2020 14:28:59 +0000 (14:28 +0000)
commit776a9d0958973bff6a66e61baa6a9a240ada4255
tree4dfbecf6df08cb2a493740e25c005e580c28d66d
parent9d468f482f20f886d3c7d66c60e1ce0acbaaad44
test: fix -test.v trace output for cgo/testshared

Trace output showing how dummy GOROOT was being set up was incorrect
(sense of the "cp -r" trace messages was inverted). This patch fixes
the problem.

Change-Id: Ib0ee649e305bfa1bc0c49e0d5ba2ea31e0a4f67e
Reviewed-on: https://go-review.googlesource.com/c/go/+/224377
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
misc/cgo/testshared/shared_test.go