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/86239Reviewed-by:Ian Lance Taylor <iant@golang.org>
Showing
Please register or sign in to comment