Copy and pasting the example should now work, rather than TESTFLAGS being silently ignored.
| ... | ... |
@@ -115,7 +115,7 @@ something like this |
| 115 | 115 |
If $TESTFLAGS is set in the environment, it is passed as extra arguments |
| 116 | 116 |
to `go test`. You can use this to select certain tests to run, e.g., |
| 117 | 117 |
|
| 118 |
- $ TESTFLAGS=`-test.run \^TestBuild\$` make test |
|
| 118 |
+ $ TESTFLAGS='-test.run \^TestBuild\$' make test |
|
| 119 | 119 |
|
| 120 | 120 |
If the output indicates "FAIL" and you see errors like this: |
| 121 | 121 |
|