diff options
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash index 35fa8f626c..6274df6fb3 100755 --- a/src/run.bash +++ b/src/run.bash @@ -20,8 +20,7 @@ # and will be removed if it stops being needed. See go.dev/issue/12508. # # GO_TEST_TIMEOUT_SCALE: a non-negative integer factor to scale test timeout by. -# Defaults to 1, or as a special case for the purpose of the Go build system (x/build), -# defaults to 2 when GOARCH is arm, and to 4 when GOARCH is mips, mipsle, mips64, or mips64le. +# Defaults to 1. set -e |
