]> Cypherpunks.ru repositories - gostls13.git/commit
run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALE
authorDmitri Shuralyov <dmitshur@golang.org>
Fri, 2 Dec 2022 18:30:06 +0000 (13:30 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 6 Dec 2022 19:52:35 +0000 (19:52 +0000)
commit03bf6f4917c1c8cd883dfa1618b90a95b9192f9a
treeea505d522e56af25dccd07ee48e6ebc4bb68dced
parentdfd13ce59d74638baff4f94d64851cda53e63bdc
run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALE

These environment variables affect cmd/dist, and in turn run.bash.
They exist primarily for the Go build system, but are still needed
sometimes when investigating problems. Document them in one place.

Fixes #46054.

Change-Id: I5dea2ac79b0d203d2f3c9ec2980382f62bead5cd
Reviewed-on: https://go-review.googlesource.com/c/go/+/455517
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/dist/test.go
src/run.bash