]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: add command output for dist tests
authorIngo Krabbe <ikrabbe.ask@gmail.com>
Wed, 22 Jul 2015 07:23:21 +0000 (09:23 +0200)
committerRuss Cox <rsc@golang.org>
Wed, 22 Jul 2015 17:39:44 +0000 (17:39 +0000)
commit1e9f59a7da374b24b5512cd7fcf1f605df4f862d
treebd979da3f47166a0b9604d9464888c7faf14cd7a
parentbad52b352ad8ce432d394656e8d00482a25aa42e
cmd/dist: add command output for dist tests

It is very useful to see which test commands are executed.
This is of global use, but I wrote it for #11654.

Change-Id: I9bfc8e55d5bef21f4c49b917f58bc9a44aefcade
Reviewed-on: https://go-review.googlesource.com/12510
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/dist/test.go [changed mode: 0644->0755]