Skip to content

Commit fb4e185

Browse files
committed
src: pass GO_GCFLAGS down to go test std
Update golang#8725 LGTM=rsc, josharian R=rsc, josharian CC=golang-codereviews https://golang.org/cl/149000043
1 parent 00d2f91 commit fb4e185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ timeout_scale=1
5252
[ "$GOARCH" == "arm" ] && timeout_scale=3
5353

5454
echo '# Testing packages.'
55-
time go test std -short -timeout=$(expr 120 \* $timeout_scale)s
55+
time go test std -short -timeout=$(expr 120 \* $timeout_scale)s -gcflags "$GO_GCFLAGS"
5656
echo
5757

5858
# We set GOMAXPROCS=2 in addition to -cpu=1,2,4 in order to test runtime bootstrap code,

0 commit comments

Comments
 (0)