]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix build failure in -x test
authorRuss Cox <rsc@golang.org>
Thu, 4 Jan 2018 20:09:21 +0000 (15:09 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 4 Jan 2018 21:55:42 +0000 (21:55 +0000)
commita6b938549e5e0ff33c77a5bbba797a1a6f7f9401
tree2823b50b5311fe8a469a599f82822802572c10ca
parent100bd43f5ca7537ceba1ac8bb0e883fe870efefd
cmd/go: fix build failure in -x test

CL 84735 strengthened the -x test to make sure commands succeed,
using set -e, but the gcc flag tests can fail. Change them to say || true.

Fixes #23337.

Change-Id: I01e4017cb36ceb147b56935c2636de52ce7bdfdb
Reviewed-on: https://go-review.googlesource.com/86239
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/exec.go