]> Cypherpunks repositories - gostls13.git/commit
test: allow flags in run action
authorDavid Lazar <lazard@golang.org>
Tue, 14 Mar 2017 04:47:03 +0000 (00:47 -0400)
committerDavid Lazar <lazard@golang.org>
Wed, 29 Mar 2017 17:22:00 +0000 (17:22 +0000)
commitf3f5b10e06f6bb29731e9213dd8745a9b1857568
tree1deb158a695215b5a545b3422eeebff893add2b5
parent94c95d3e52ed55ef57e60ace559b684e4d5ebcbf
test: allow flags in run action

Previously, we could not run tests with -l=4 on NaCl since the buildrun
action is not supported on NaCl. This lets us run tests with build flags
on NaCl.

Change-Id: I103370c7b823b4ff46f47df97e802da0dc2bc7c3
Reviewed-on: https://go-review.googlesource.com/38170
Run-TryBot: David Lazar <lazard@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
test/run.go