]> Cypherpunks repositories - gostls13.git/commit
cmd/link: skip TestOldLink if the old linker does not exist
authorCherry Zhang <cherryyz@google.com>
Tue, 14 Jul 2020 22:55:29 +0000 (18:55 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 15 Jul 2020 00:59:51 +0000 (00:59 +0000)
commitc5d7f2f1cbaca8938a31a022058b1a3300817e33
treeb810fb7971e526a9fd212b7d47b0ac9a25e49879
parentfa98f46741f818913a8c11b877520a548715131f
cmd/link: skip TestOldLink if the old linker does not exist

We don't ship the old linker in binary releases. Skip the test if
we cannot find the old linker.

Fixes #39509.

Change-Id: I1af5552bc56aff5314a384bcb5f3717b725d68e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/242604
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/link/link_test.go