]> Cypherpunks repositories - gostls13.git/commit
src: split nacltest.bash into naclmake.bash and keep nacltest.bash
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Apr 2016 00:09:05 +0000 (00:09 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 12 Apr 2016 02:03:34 +0000 (02:03 +0000)
commite569b10ebaed8fbf27d0b55886b6a81d635ddbc7
tree53743ab2923392bf6def8555241a5948bfeb25c5
parent73a0185ad390761f21a3407858fcccc6a11c0858
src: split nacltest.bash into naclmake.bash and keep nacltest.bash

Needed by the build system to shard tests. nacl was the last unsharded
builder.

(I considered also adding a -make-only flag to nacltest.bash, but that
wouldn't fail fast when the file didn't exist.)

Updates #15242

Change-Id: I6afc1c1fe4268ab98c0724b5764c67d3784caebe
Reviewed-on: https://go-review.googlesource.com/21851
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/naclmake.bash [new file with mode: 0755]
src/nacltest.bash