aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/README
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2019-10-18 16:52:12 -0400
committerBryan C. Mills <bcmills@google.com>2019-10-21 15:48:39 +0000
commit84b0e3665d9684b9957103deaa9c5984c146cdfd (patch)
tree68c1cb13d98c0b40f8dfc5dfe6fde19e92df3c9b /src/cmd/go/testdata/script/README
parentb653c878b1ad8d1b4f8d7b04201d0cb0a4156ead (diff)
downloadgo-84b0e3665d9684b9957103deaa9c5984c146cdfd.tar.gz
go-84b0e3665d9684b9957103deaa9c5984c146cdfd.zip
cmd/go: add a flag to avoid creating unwritable directories in the module cache
This change adds the '-modcacherw' build flag, which leaves newly-created directories (but not the files!) in the module cache read-write instead of making them unwritable. Fixes #31481 Change-Id: I7c21a53dd145676627c3b51096914ce797991d99 Reviewed-on: https://go-review.googlesource.com/c/go/+/202079 Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
Diffstat (limited to 'src/cmd/go/testdata/script/README')
-rw-r--r--src/cmd/go/testdata/script/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/testdata/script/README b/src/cmd/go/testdata/script/README
index 46444d84d8..ec886b18a1 100644
--- a/src/cmd/go/testdata/script/README
+++ b/src/cmd/go/testdata/script/README
@@ -107,7 +107,7 @@ The commands are:
Like cmp, but environment variables are substituted in the file contents
before the comparison. For example, $GOOS is replaced by the target GOOS.
-- cp src... dst
+- [!] cp src... dst
Copy the listed files to the target file or existing directory.
src can include "stdout" or "stderr" to use the standard output or standard error
from the most recent exec or go command.