Commit 779d878
committed
cmd/go: add 'go test -cachelink' boolean flag
This permits (opt-in via a new flag) running package tests faster in
subsequent runs with different -test.run=... flags, at the expense of
writing more to the build cache.
Updates golang#77349
Updates #149
Cherry-picked from https://go-review.googlesource.com/c/go/+/739161 v3.
Change-Id: I1c84920b57b2c20f32f5ec6a1f7b540b1eb6779d1 parent 799b253 commit 779d878
3 files changed
Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
156 | 165 | | |
157 | 166 | | |
158 | 167 | | |
| |||
543 | 552 | | |
544 | 553 | | |
545 | 554 | | |
| 555 | + | |
546 | 556 | | |
547 | 557 | | |
548 | 558 | | |
| |||
1190 | 1200 | | |
1191 | 1201 | | |
1192 | 1202 | | |
| 1203 | + | |
1193 | 1204 | | |
1194 | 1205 | | |
1195 | 1206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments